VpnGatewayIpConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 アドレス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET