Share via


VolumeBackupProperties.BackupEnabled Property

Definition

Gets or sets backup Enabled

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to