Cluster.IsDoubleEncryptionEnabled Property

Definition

Gets or sets configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to