ClusterUpdate.EnableDiskEncryption Property

Definition

Gets or sets a boolean value that indicates if the cluster's disks are encrypted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to