Partager via


A2AProtectedDiskDetails.IsDiskEncrypted Property

Definition

Gets or sets a value indicating whether vm has encrypted os disk or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to