VirtualNetworkGatewayInner.VpnGatewayGeneration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayGeneration VpnGatewayGeneration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vpnGatewayGeneration")>]
member this.VpnGatewayGeneration : Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayGeneration with get, set
Public Property VpnGatewayGeneration As VpnGatewayGeneration
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute