次の方法で共有


VirtualNetworkGateway.VpnGatewayGeneration プロパティ

定義

この VirtualNetworkGateway の世代を取得または設定します。 gatewayType が VPN でない場合は None にする必要があります。 使用できる値は、'None'、'Generation1'、'Generation2' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vpnGatewayGeneration")]
public string VpnGatewayGeneration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vpnGatewayGeneration")>]
member this.VpnGatewayGeneration : string with get, set
Public Property VpnGatewayGeneration As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象