Aracılığıyla paylaş


ExpressRouteCircuitRoutesTableSummary Constructors

Definition

Overloads

ExpressRouteCircuitRoutesTableSummary()

Initializes a new instance of the ExpressRouteCircuitRoutesTableSummary class.

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

Initializes a new instance of the ExpressRouteCircuitRoutesTableSummary class.

ExpressRouteCircuitRoutesTableSummary()

Initializes a new instance of the ExpressRouteCircuitRoutesTableSummary class.

public ExpressRouteCircuitRoutesTableSummary ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ExpressRouteCircuitRoutesTableSummary class.

public ExpressRouteCircuitRoutesTableSummary (string neighbor = default, int? v = default, int? asProperty = default, string upDown = default, string statePfxRcd = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTableSummary : string * Nullable<int> * Nullable<int> * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitRoutesTableSummary
Public Sub New (Optional neighbor As String = Nothing, Optional v As Nullable(Of Integer) = Nothing, Optional asProperty As Nullable(Of Integer) = Nothing, Optional upDown As String = Nothing, Optional statePfxRcd As String = Nothing)

Parameters

neighbor
String

IP address of the neighbor.

v
Nullable<Int32>

BGP version number spoken to the neighbor.

asProperty
Nullable<Int32>

Autonomous system number.

upDown
String

The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.

statePfxRcd
String

Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.

Applies to