次の方法で共有


VpnGatewayInner コンストラクター

定義

オーバーロード

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
virtualHub
SubResource

ゲートウェイが属する VirtualHub。

connections
IList<VpnConnectionInner>

ゲートウェイへのすべての VPN 接続の一覧。

bgpSettings
BgpSettings

ローカル ネットワーク ゲートウェイの BGP スピーカー設定。

provisioningState
ProvisioningState

VPN ゲートウェイ リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

vpnGatewayScaleUnit
Nullable<Int32>

この VPN ゲートウェイのスケール ユニット。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

適用対象