VpnClientConfiguration.VpnClientProtocols Property

Definition

Gets or sets vpnClientProtocols for Virtual network gateway.

[Newtonsoft.Json.JsonProperty(PropertyName="vpnClientProtocols")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnClientProtocol> VpnClientProtocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vpnClientProtocols")>]
member this.VpnClientProtocols : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnClientProtocol> with get, set
Public Property VpnClientProtocols As IList(Of VpnClientProtocol)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to