ExpressRouteCircuitRoutesTable Constructors
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.
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.
- path
- String
Autonomous system paths to the destination network.
Applies to
Azure SDK for .NET