BgpSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- bgpPeeringAddress
- String
この BGP スピーカーの BGP ピアリング アドレスと BGP 識別子。
- bgpPeeringAddresses
- IList<IPConfigurationBgpPeeringAddress>
仮想ネットワーク ゲートウェイの IP 構成 ID を持つ BGP ピアリング アドレス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET