次の方法で共有


AlertSeverity 列挙型

定義

AlertSeverity の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AlertSeverity
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AlertSeverity = 
Public Enum AlertSeverity
継承
AlertSeverity
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Critical 2
Informational 0
Warning 1

適用対象