次の方法で共有


AzureIaaSVMProtectedItem.ProtectionState プロパティ

定義

このバックアップ項目のバックアップ状態を取得または設定します。 使用可能な値には、'Invalid'、'IRPending'、'Protected'、'ProtectionError'、'ProtectionStopped'、'ProtectionPaused' などがあります。

[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

適用対象