get Express Route Gateway
suspend fun getExpressRouteGateway(argument: GetExpressRouteGatewayPlainArgs): GetExpressRouteGatewayResult
Fetches the details of a ExpressRoute gateway in a resource group. API Version: 2020-11-01.
Return
ExpressRoute gateway resource.
Parameters
argument
null
suspend fun getExpressRouteGateway(expressRouteGatewayName: String, resourceGroupName: String): GetExpressRouteGatewayResult
Return
ExpressRoute gateway resource.
Parameters
express Route Gateway Name
The name of the ExpressRoute gateway.
resource Group Name
The name of the resource group.
See also
suspend fun getExpressRouteGateway(argument: suspend GetExpressRouteGatewayPlainArgsBuilder.() -> Unit): GetExpressRouteGatewayResult
Return
ExpressRoute gateway resource.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetExpressRouteGatewayPlainArgs.