次の方法で共有


BackupStatusResponse.ProtectionStatus プロパティ

定義

コンテナーが登録されているかどうかを示す値を取得または設定します。 使用できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象