次の方法で共有


IPConfigurationBgpPeeringAddress コンストラクター

定義

オーバーロード

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。

defaultBgpIpAddresses
IList<String>

IP 構成に属する既定の BGP ピアリング アドレスの一覧。

customBgpIpAddresses
IList<String>

IP 構成に属するカスタム BGP ピアリング アドレスの一覧。

tunnelIpAddresses
IList<String>

IP 構成に属するトンネル パブリック IP アドレスの一覧。

適用対象