VpnGatewayInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VpnGatewayInner() |
VpnGatewayInner クラスの新しいインスタンスを初期化します。 |
VpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<VpnConnectionInner>, BgpSettings, ProvisioningState, Nullable<Int32>, String) |
VpnGatewayInner クラスの新しいインスタンスを初期化します。 |
VpnGatewayInner()
VpnGatewayInner クラスの新しいインスタンスを初期化します。
public VpnGatewayInner ();
Public Sub New ()
適用対象
VpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<VpnConnectionInner>, BgpSettings, ProvisioningState, Nullable<Int32>, String)
VpnGatewayInner クラスの新しいインスタンスを初期化します。
public VpnGatewayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource virtualHub = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner> connections = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings bgpSettings = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, int? vpnGatewayScaleUnit = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner> * Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<int> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional virtualHub As SubResource = Nothing, Optional connections As IList(Of VpnConnectionInner) = Nothing, Optional bgpSettings As BgpSettings = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional vpnGatewayScaleUnit As Nullable(Of Integer) = Nothing, Optional etag As String = Nothing)
パラメーター
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- virtualHub
- SubResource
ゲートウェイが属する VirtualHub。
- connections
- IList<VpnConnectionInner>
ゲートウェイへのすべての VPN 接続の一覧。
- bgpSettings
- BgpSettings
ローカル ネットワーク ゲートウェイの BGP スピーカー設定。
- provisioningState
- ProvisioningState
VPN ゲートウェイ リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET