Get Express Route Connection Result
data class GetExpressRouteConnectionResult(val authorizationKey: String? = null, val enableInternetSecurity: Boolean? = null, val expressRouteCircuitPeering: ExpressRouteCircuitPeeringIdResponse, val expressRouteGatewayBypass: Boolean? = null, val id: String? = null, val name: String, val provisioningState: String, val routingConfiguration: RoutingConfigurationResponse? = null, val routingWeight: Int? = null)
ExpressRouteConnection resource.
Constructors
Link copied to clipboard
constructor(authorizationKey: String? = null, enableInternetSecurity: Boolean? = null, expressRouteCircuitPeering: ExpressRouteCircuitPeeringIdResponse, expressRouteGatewayBypass: Boolean? = null, id: String? = null, name: String, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, routingWeight: Int? = null)
Properties
Link copied to clipboard
Authorization key to establish the connection.
Link copied to clipboard
Enable internet security.
Link copied to clipboard
The ExpressRoute circuit peering.
Link copied to clipboard
Enable FastPath to vWan Firewall hub.
Link copied to clipboard
The provisioning state of the express route connection resource.
Link copied to clipboard
The Routing Configuration indicating the associated and propagated route tables on this connection.
Link copied to clipboard
The routing weight associated to the connection.