ExpressRouteConnectionProperties interface
Properties of the ExpressRouteConnection subresource.
Properties
| authorization |
Authorization key to establish the connection. |
| enable |
Enable internet security. |
| enable |
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. |
| express |
The ExpressRoute circuit peering. |
| express |
Enable FastPath to vWan Firewall hub. |
| routing |
The Routing Configuration indicating the associated and propagated route tables on this connection. |
| routing |
The routing weight associated to the connection. |
Property Details
authorizationKey
Authorization key to establish the connection.
authorizationKey?: string
Property Value
string
enableInternetSecurity
Enable internet security.
enableInternetSecurity?: boolean
Property Value
boolean
enablePrivateLinkFastPath
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
enablePrivateLinkFastPath?: boolean
Property Value
boolean
expressRouteCircuitPeering
The ExpressRoute circuit peering.
expressRouteCircuitPeering: ExpressRouteCircuitPeeringId
Property Value
expressRouteGatewayBypass
Enable FastPath to vWan Firewall hub.
expressRouteGatewayBypass?: boolean
Property Value
boolean
routingConfiguration
The Routing Configuration indicating the associated and propagated route tables on this connection.
routingConfiguration?: RoutingConfiguration
Property Value
routingWeight
The routing weight associated to the connection.
routingWeight?: number
Property Value
number