get Connection Gateway
suspend fun getConnectionGateway(argument: GetConnectionGatewayPlainArgs): GetConnectionGatewayResult
Gets a specific gateway under a subscription and in a specific resource group Uses Azure REST API version 2016-06-01.
Return
The gateway definition
Parameters
argument
null
suspend fun getConnectionGateway(connectionGatewayName: String, resourceGroupName: String, subscriptionId: String? = null): GetConnectionGatewayResult
Return
The gateway definition
Parameters
connection Gateway Name
The connection gateway name
resource Group Name
The resource group
subscription Id
Subscription Id
See also
suspend fun getConnectionGateway(argument: suspend GetConnectionGatewayPlainArgsBuilder.() -> Unit): GetConnectionGatewayResult
Return
The gateway definition
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetConnectionGatewayPlainArgs.