ClusterUpdate.EnableDoubleEncryption Property

Definition

Gets or sets a boolean value that indicates if double encryption is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to