RoutingConfiguration Class

Routing Configuration indicating the associated and propagated route tables for this connection.

Inheritance
RoutingConfiguration

Constructor

RoutingConfiguration(*, associated_route_table: typing.Union[_ForwardRef('SubResource'), NoneType] = None, propagated_route_tables: typing.Union[_ForwardRef('PropagatedRouteTable'), NoneType] = None, vnet_routes: typing.Union[_ForwardRef('VnetRoute'), NoneType] = None, **kwargs)

Parameters

associated_route_table
SubResource

The resource id RouteTable associated with this RoutingConfiguration.

propagated_route_tables
PropagatedRouteTable

The list of RouteTables to advertise the routes to.

vnet_routes
VnetRoute

List of routes that control routing from VirtualHub into a virtual network connection.