Share via


Volume.BackupStatus Property

Definition

Gets the backup status of the volume. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.backupStatus")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.BackupStatus? BackupStatus { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backupStatus")>]
member this.BackupStatus : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupStatus> with get, set
Public Property BackupStatus As Nullable(Of BackupStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to