共用方式為


RecoveryPointTierInformation.Status Property

Definition

Gets or sets recovery point tier status. Possible values include: 'Invalid', 'Valid', 'Disabled', 'Deleted', 'Rehydrated'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus> with get, set
Public Property Status As Nullable(Of RecoveryPointTierStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to