次の方法で共有


WorkloadItem.ProtectionState プロパティ

定義

バックアップ項目の状態を取得または設定します。 指定できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象