Get Express Route Connection Result
data class GetExpressRouteConnectionResult(val authorizationKey: String? = null, val enableInternetSecurity: Boolean? = null, val enablePrivateLinkFastPath: 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
fun GetExpressRouteConnectionResult(authorizationKey: String? = null, enableInternetSecurity: Boolean? = null, enablePrivateLinkFastPath: Boolean? = null, expressRouteCircuitPeering: ExpressRouteCircuitPeeringIdResponse, expressRouteGatewayBypass: Boolean? = null, id: String? = null, name: String, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, routingWeight: Int? = null)