RoutingConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET