共用方式為


RoutingConfiguration Constructors

Definition

Overloads

RoutingConfiguration()

Initializes a new instance of the RoutingConfiguration class.

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

Initializes a new instance of the RoutingConfiguration class.

RoutingConfiguration()

Initializes a new instance of the RoutingConfiguration class.

public RoutingConfiguration ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RoutingConfiguration class.

public RoutingConfiguration (Microsoft.Azure.Management.Network.Models.SubResource associatedRouteTable = default, Microsoft.Azure.Management.Network.Models.PropagatedRouteTable propagatedRouteTables = default, Microsoft.Azure.Management.Network.Models.VnetRoute vnetRoutes = default, Microsoft.Azure.Management.Network.Models.SubResource inboundRouteMap = default, Microsoft.Azure.Management.Network.Models.SubResource outboundRouteMap = default);
new Microsoft.Azure.Management.Network.Models.RoutingConfiguration : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.PropagatedRouteTable * Microsoft.Azure.Management.Network.Models.VnetRoute * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource -> Microsoft.Azure.Management.Network.Models.RoutingConfiguration
Public Sub New (Optional associatedRouteTable As SubResource = Nothing, Optional propagatedRouteTables As PropagatedRouteTable = Nothing, Optional vnetRoutes As VnetRoute = Nothing, Optional inboundRouteMap As SubResource = Nothing, Optional outboundRouteMap As SubResource = Nothing)

Parameters

associatedRouteTable
SubResource

The resource id RouteTable associated with this RoutingConfiguration.

propagatedRouteTables
PropagatedRouteTable

The list of RouteTables to advertise the routes to.

vnetRoutes
VnetRoute

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

inboundRouteMap
SubResource

The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.

outboundRouteMap
SubResource

The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.

Applies to