Share via


VolumeGroupVolumeProperties.Encrypted Property

Definition

Gets specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encrypted")]
public bool? Encrypted { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encrypted")>]
member this.Encrypted : Nullable<bool>
Public ReadOnly Property Encrypted As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to