次の方法で共有


RecoveryPointTierInformation.Status プロパティ

定義

回復ポイント層の状態を取得または設定します。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象