次の方法で共有


ExpressRouteCircuitRoutesTableSummary コンストラクター

定義

オーバーロード

ExpressRouteCircuitRoutesTableSummary()

ExpressRouteCircuitRoutesTableSummary クラスの新しいインスタンスを初期化します。

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

ExpressRouteCircuitRoutesTableSummary クラスの新しいインスタンスを初期化します。

ExpressRouteCircuitRoutesTableSummary()

ExpressRouteCircuitRoutesTableSummary クラスの新しいインスタンスを初期化します。

public ExpressRouteCircuitRoutesTableSummary ();
Public Sub New ()

適用対象

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

ExpressRouteCircuitRoutesTableSummary クラスの新しいインスタンスを初期化します。

public ExpressRouteCircuitRoutesTableSummary (string neighbor = default, int? v = default, int? asProperty = default, string upDown = default, string statePfxRcd = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitRoutesTableSummary : string * Nullable<int> * Nullable<int> * string * string -> Microsoft.Azure.Management.Network.Fluent.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)

パラメーター

neighbor
String

近隣の IP アドレス。

v
Nullable<Int32>

近隣ノードに読み上げられた BGP バージョン番号。

asProperty
Nullable<Int32>

自律システム番号。

upDown
String

BGP セッションが [確立済み] 状態になっている時間の長さ。確立された状態でない場合は現在の状態です。

statePfxRcd
String

BGP セッションの現在の状態、および近隣またはピア グループから受信されたプレフィックスの数。

適用対象