次の方法で共有


SmartGroup.Severity プロパティ

定義

スマート グループの重大度が最も高い (Sev0 >..) を取得します。 ≫Sev4) グループ内のすべてのアラートの重大度。 使用できる値は、'Sev0'、'Sev1'、'Sev2'、'Sev3'、'Sev4' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")]
public string Severity { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")>]
member this.Severity : string
Public ReadOnly Property Severity As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象