共用方式為


VpnConnection.VpnConnectionProtocolType Property

Definition

Gets or sets connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to