次の方法で共有


AzureVmWorkloadProtectedItem.LastBackupStatus プロパティ

定義

最後のバックアップ操作の状態を取得または設定します。 使用可能な値: 正常、異常。 使用可能な値には、'Invalid'、'Healthy'、'Unhealthy'、'IRPending' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="lastBackupStatus")]
public string LastBackupStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastBackupStatus")>]
member this.LastBackupStatus : string with get, set
Public Property LastBackupStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象