Aracılığıyla paylaş


VirtualNetworkGatewayInner.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 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

Applies to