Aracılığıyla paylaş


ExpressRouteCircuitRoutesTable Constructors

Definition

Overloads

ExpressRouteCircuitRoutesTable()

Initializes a new instance of the ExpressRouteCircuitRoutesTable class.

ExpressRouteCircuitRoutesTable(String, String, String, Nullable<Int32>, String)

Initializes a new instance of the ExpressRouteCircuitRoutesTable class.

ExpressRouteCircuitRoutesTable()

Initializes a new instance of the ExpressRouteCircuitRoutesTable class.

public ExpressRouteCircuitRoutesTable ();
Public Sub New ()

Applies to

ExpressRouteCircuitRoutesTable(String, String, String, Nullable<Int32>, String)

Initializes a new instance of the ExpressRouteCircuitRoutesTable class.

public ExpressRouteCircuitRoutesTable (string network = default, string nextHop = default, string locPrf = default, int? weight = default, string path = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTable : string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTable
Public Sub New (Optional network As String = Nothing, Optional nextHop As String = Nothing, Optional locPrf As String = Nothing, Optional weight As Nullable(Of Integer) = Nothing, Optional path As String = Nothing)

Parameters

network
String

IP address of a network entity.

nextHop
String

NextHop address.

locPrf
String

Local preference value as set with the set local-preference route-map configuration command.

weight
Nullable<Int32>

Route Weight.

path
String

Autonomous system paths to the destination network.

Applies to