getGateway

Gets the details of the Gateway specified by its identifier. API Version: 2020-12-01.

Return

Gateway details.

Parameters

argument

null


suspend fun getGateway(gatewayId: String, resourceGroupName: String, serviceName: String): GetGatewayResult

Return

Gateway details.

Parameters

gatewayId

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

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


suspend fun getGateway(argument: suspend GetGatewayPlainArgsBuilder.() -> Unit): GetGatewayResult

Return

Gateway details.

Parameters

argument

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

See also