次の方法で共有


GatewayCustomBgpIPAddressIPConfiguration(String, String) コンストラクター

定義

GatewayCustomBgpIPAddressIPConfiguration の新しいインスタンスを初期化します。

public GatewayCustomBgpIPAddressIPConfiguration (string ipConfigurationId, string customBgpIPAddress);
new Azure.ResourceManager.Network.Models.GatewayCustomBgpIPAddressIPConfiguration : string * string -> Azure.ResourceManager.Network.Models.GatewayCustomBgpIPAddressIPConfiguration
Public Sub New (ipConfigurationId As String, customBgpIPAddress As String)

パラメーター

ipConfigurationId
String

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

customBgpIPAddress
String

IpconfigurationId に属するカスタム BgpPeeringAddress。

例外

ipConfigurationId または customBgpIPAddress が null です。

適用対象