getGateway

Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway. API Version: 2018-09-01-preview.

Return

This type describes a gateway resource.

Parameters

argument

null


suspend fun getGateway(gatewayResourceName: String, resourceGroupName: String): GetGatewayResult

Return

This type describes a gateway resource.

Parameters

gatewayResourceName

The identity of the gateway.

resourceGroupName

Azure resource group name

See also


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

Return

This type describes a gateway resource.

Parameters

argument

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

See also