RoutingConfiguration Class 
Routing Configuration indicating the associated and propagated route tables for this connection.
Constructor
RoutingConfiguration(*, associated_route_table: _models.SubResource | None = None, propagated_route_tables: _models.PropagatedRouteTable | None = None, vnet_routes: _models.VnetRoute | None = None, inbound_route_map: _models.SubResource | None = None, outbound_route_map: _models.SubResource | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| associated_route_table | The resource id RouteTable associated with this RoutingConfiguration. Default value: None | 
| propagated_route_tables | The list of RouteTables to advertise the routes to. Default value: None | 
| vnet_routes | List of routes that control routing from VirtualHub into a virtual network connection. Default value: None | 
| inbound_route_map | The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes. Default value: None | 
| outbound_route_map | The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes. Default value: None | 
Variables
| Name | Description | 
|---|---|
| associated_route_table | The resource id RouteTable associated with this RoutingConfiguration. | 
| propagated_route_tables | The list of RouteTables to advertise the routes to. | 
| vnet_routes | List of routes that control routing from VirtualHub into a virtual network connection. | 
| inbound_route_map | The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes. | 
| outbound_route_map | The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes. |