RoutingConfiguration interface
Routing Configuration indicating the associated and propagated route tables for this connection.
Properties
associated |
The resource id RouteTable associated with this RoutingConfiguration. |
inbound |
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes. |
outbound |
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes. |
propagated |
The list of RouteTables to advertise the routes to. |
vnet |
List of routes that control routing from VirtualHub into a virtual network connection. |
Property Details
associatedRouteTable
The resource id RouteTable associated with this RoutingConfiguration.
associatedRouteTable?: SubResource
Property Value
inboundRouteMap
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
inboundRouteMap?: SubResource
Property Value
outboundRouteMap
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
outboundRouteMap?: SubResource
Property Value
propagatedRouteTables
The list of RouteTables to advertise the routes to.
propagatedRouteTables?: PropagatedRouteTable
Property Value
vnetRoutes
List of routes that control routing from VirtualHub into a virtual network connection.
vnetRoutes?: VnetRoute