VirtualWANInner.DisableVpnEncryption Property

Definition

Gets or sets vpn encryption to be disabled or not.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.disableVpnEncryption")]
public bool? DisableVpnEncryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disableVpnEncryption")>]
member this.DisableVpnEncryption : Nullable<bool> with get, set
Public Property DisableVpnEncryption As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to