次の方法で共有


GatewayCustomBgpIpAddressIpConfiguration コンストラクター

定義

オーバーロード

GatewayCustomBgpIpAddressIpConfiguration()

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

GatewayCustomBgpIpAddressIpConfiguration(String, String)

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

GatewayCustomBgpIpAddressIpConfiguration()

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

public GatewayCustomBgpIpAddressIpConfiguration ();
Public Sub New ()

適用対象

GatewayCustomBgpIpAddressIpConfiguration(String, String)

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

public GatewayCustomBgpIpAddressIpConfiguration (string ipConfigurationId, string customBgpIpAddress);
new Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration : string * string -> Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration
Public Sub New (ipConfigurationId As String, customBgpIpAddress As String)

パラメーター

ipConfigurationId
String

ゲートウェイに属する ipconfiguration の IpconfigurationId。

customBgpIpAddress
String

IpconfigurationId に属するカスタム BgpPeeringAddress。

適用対象