次の方法で共有


BgpSettings コンストラクター

定義

オーバーロード

BgpSettings()

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

BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)

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

BgpSettings()

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

public BgpSettings ();
Public Sub New ()

適用対象

BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)

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

public BgpSettings (long? asn = default, string bgpPeeringAddress = default, int? peerWeight = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> bgpPeeringAddresses = default);
new Microsoft.Azure.Management.Network.Models.BgpSettings : Nullable<int64> * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> -> Microsoft.Azure.Management.Network.Models.BgpSettings
Public Sub New (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing, Optional peerWeight As Nullable(Of Integer) = Nothing, Optional bgpPeeringAddresses As IList(Of IPConfigurationBgpPeeringAddress) = Nothing)

パラメーター

asn
Nullable<Int64>

BGP スピーカーの ASN。

bgpPeeringAddress
String

この BGP スピーカーの BGP ピアリング アドレスと BGP 識別子。

peerWeight
Nullable<Int32>

この BGP スピーカーから学習したルートに追加された重み。

bgpPeeringAddresses
IList<IPConfigurationBgpPeeringAddress>

仮想ネットワーク ゲートウェイの IP 構成 ID を持つ BGP ピアリング アドレス。

適用対象