DataBoxCustomerDiskJobDetails.EnableManifestBackup Property

Definition

Gets or sets flag to indicate if disk manifest should be backed-up in the Storage Account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to