Get Express Route Gateway Result
data class GetExpressRouteGatewayResult(val allowNonVirtualWanTraffic: Boolean? = null, val autoScaleConfiguration: ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration? = null, val etag: String, val expressRouteConnections: List<ExpressRouteConnectionResponse>? = null, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val virtualHub: VirtualHubIdResponse)
ExpressRoute gateway resource.
Constructors
Link copied to clipboard
fun GetExpressRouteGatewayResult(allowNonVirtualWanTraffic: Boolean? = null, autoScaleConfiguration: ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration? = null, etag: String, expressRouteConnections: List<ExpressRouteConnectionResponse>? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, virtualHub: VirtualHubIdResponse)