ExpressRouteCircuitRoutesTable 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.
The routes table associated with the ExpressRouteCircuit.
public class ExpressRouteCircuitRoutesTable
type ExpressRouteCircuitRoutesTable = class
Public Class ExpressRouteCircuitRoutesTable
- Inheritance
-
ExpressRouteCircuitRoutesTable
Constructors
ExpressRouteCircuitRoutesTable() |
Initializes a new instance of the ExpressRouteCircuitRoutesTable class. |
ExpressRouteCircuitRoutesTable(String, String, String, Nullable<Int32>, String) |
Initializes a new instance of the ExpressRouteCircuitRoutesTable class. |
Properties
LocPrf |
Gets or sets local preference value as set with the set local-preference route-map configuration command. |
Network |
Gets or sets IP address of a network entity. |
NextHop |
Gets or sets nextHop address. |
Path |
Gets or sets autonomous system paths to the destination network. |
Weight |
Gets or sets route Weight. |
Applies to
Azure SDK for .NET