RoutingConfiguration Class

Definition

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

public class RoutingConfiguration
type RoutingConfiguration = class
Public Class RoutingConfiguration
Inheritance
RoutingConfiguration

Constructors

RoutingConfiguration()

Initializes a new instance of the RoutingConfiguration class.

RoutingConfiguration(SubResource, PropagatedRouteTable, VnetRoute, SubResource, SubResource)

Initializes a new instance of the RoutingConfiguration class.

Properties

AssociatedRouteTable

Gets or sets the resource id RouteTable associated with this RoutingConfiguration.

InboundRouteMap

Gets or sets the resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.

OutboundRouteMap

Gets or sets the resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.

PropagatedRouteTables

Gets or sets the list of RouteTables to advertise the routes to.

VnetRoutes

Gets or sets list of routes that control routing from VirtualHub into a virtual network connection.

Applies to