次の方法で共有


AzureVmWorkloadProtectedItem.ProtectedItemHealthStatus プロパティ

定義

最後に受信したハートビートに基づいて評価されるバックアップ項目の正常性状態を取得または設定します。 使用可能な値には、'Invalid'、'Healthy'、'Unhealthy'、'NotReachable'、'IRPending' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象