getHub

suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

Gets information about the specified hub. Uses Azure REST API version 2017-04-26.

Return

Hub resource.

Parameters

argument

null


suspend fun getHub(hubName: String, resourceGroupName: String): GetHubResult

Return

Hub resource.

Parameters

hubName

The name of the hub.

resourceGroupName

The name of the resource group.

See also


suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult

Return

Hub resource.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetHubPlainArgs.

See also