getGatewayHostnameConfiguration

Get details of a hostname configuration API Version: 2020-12-01.

Return

Gateway hostname configuration details.

Parameters

argument

null


suspend fun getGatewayHostnameConfiguration(gatewayId: String, hcId: String, resourceGroupName: String, serviceName: String): GetGatewayHostnameConfigurationResult

Return

Gateway hostname configuration details.

Parameters

gatewayId

Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'

hcId

Gateway hostname configuration identifier. Must be unique in the scope of parent Gateway entity.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

Gateway hostname configuration details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetGatewayHostnameConfigurationPlainArgs.

See also