次の方法で共有


BgpPeerStatusListResult コンストラクター

定義

オーバーロード

BgpPeerStatusListResult()

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

BgpPeerStatusListResult(IList<BgpPeerStatus>)

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

BgpPeerStatusListResult()

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

public BgpPeerStatusListResult ();
Public Sub New ()

適用対象

BgpPeerStatusListResult(IList<BgpPeerStatus>)

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

public BgpPeerStatusListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BgpPeerStatus> value = default);
new Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BgpPeerStatus> -> Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult
Public Sub New (Optional value As IList(Of BgpPeerStatus) = Nothing)

パラメーター

value
IList<BgpPeerStatus>

BGP ピアの一覧。

適用対象