Share via


VirtualNetworkGateway.VpnGatewayGeneration Property

Definition

Gets or sets the generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to