AlertSeverity Enum

Definition

Defines values for 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
Inheritance
AlertSeverity
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Critical 2
Informational 0
Warning 1

Applies to