Bagikan melalui


EncryptionDetails.EncryptionEnabled Property

Definition

Gets or sets identifies whether this backup copy represents an encrypted VM at the time of backup.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to