次の方法で共有


ProtectedItemQueryObject.HealthState プロパティ

定義

バックアップされた項目の正常性状態を取得または設定します。 指定できる値は、'Passed'、'ActionRequired'、'ActionSuggested'、'Invalid' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象