次の方法で共有


HealthMonitor.PreviousMonitorState プロパティ

定義

モニターの以前の正常性状態を取得または設定します。 指定できる値は、'Healthy'、'Critical'、'Warning'、'Unknown'、'Disabled'、'None' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象