Compartir a través de


AlertSeverity Enumeración

Definición

Define valores para 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
Herencia
AlertSeverity
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Nombre Valor Description
Informational 0
Warning 1
Critical 2

Se aplica a