Volume.Encrypted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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