get Gateway Hostname Configuration
suspend fun getGatewayHostnameConfiguration(argument: GetGatewayHostnameConfigurationPlainArgs): GetGatewayHostnameConfigurationResult
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
gateway Id
Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'
hc Id
Gateway hostname configuration identifier. Must be unique in the scope of parent Gateway entity.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getGatewayHostnameConfiguration(argument: suspend GetGatewayHostnameConfigurationPlainArgsBuilder.() -> Unit): GetGatewayHostnameConfigurationResult
Return
Gateway hostname configuration details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetGatewayHostnameConfigurationPlainArgs.