次の方法で共有


AzureIaaSVMProtectedItem.HealthStatus プロパティ

定義

保護されたアイテムの正常性状態を取得または設定します。 使用できる値は、'Passed'、'ActionRequired'、'ActionSuggested'、'Invalid' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象