次の方法で共有


VpnGatewayIpConfiguration コンストラクター

定義

オーバーロード

VpnGatewayIpConfiguration()

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

VpnGatewayIpConfiguration(String, String, String)

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

VpnGatewayIpConfiguration()

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

public VpnGatewayIpConfiguration ();
Public Sub New ()

適用対象

VpnGatewayIpConfiguration(String, String, String)

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

public VpnGatewayIpConfiguration (string id = default, string publicIpAddress = default, string privateIpAddress = default);
new Microsoft.Azure.Management.Network.Models.VpnGatewayIpConfiguration : string * string * string -> Microsoft.Azure.Management.Network.Models.VpnGatewayIpConfiguration
Public Sub New (Optional id As String = Nothing, Optional publicIpAddress As String = Nothing, Optional privateIpAddress As String = Nothing)

パラメーター

id
String

VPN Gatewayの IP 構成の識別子。

publicIpAddress
String

この IP 構成のパブリック IP アドレス。

privateIpAddress
String

この IP 構成のプライベート IP アドレス。

適用対象