IPConfigurationBgpPeeringAddress コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IPConfigurationBgpPeeringAddress() |
IPConfigurationBgpPeeringAddress クラスの新しいインスタンスを初期化します。 |
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>) |
IPConfigurationBgpPeeringAddress クラスの新しいインスタンスを初期化します。 |
IPConfigurationBgpPeeringAddress()
IPConfigurationBgpPeeringAddress クラスの新しいインスタンスを初期化します。
public IPConfigurationBgpPeeringAddress ();
Public Sub New ()
適用対象
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>)
IPConfigurationBgpPeeringAddress クラスの新しいインスタンスを初期化します。
public IPConfigurationBgpPeeringAddress (string ipconfigurationId = default, System.Collections.Generic.IList<string> defaultBgpIpAddresses = default, System.Collections.Generic.IList<string> customBgpIpAddresses = default, System.Collections.Generic.IList<string> tunnelIpAddresses = default);
new Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress
Public Sub New (Optional ipconfigurationId As String = Nothing, Optional defaultBgpIpAddresses As IList(Of String) = Nothing, Optional customBgpIpAddresses As IList(Of String) = Nothing, Optional tunnelIpAddresses As IList(Of String) = Nothing)
パラメーター
- ipconfigurationId
- String
ゲートウェイに属する IP 構成の ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET