Enum AzureAlertRuleSeverity
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the severity of an Azure alert.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureAlertRuleSeverity
Fields
Sev0 = 0
The severity is critical.
Sev1 = 1
The severity is error.
Sev2 = 2
The severity is warning.
Sev3 = 3
The severity is informational.
Sev4 = 4
The severity is verbose.
Unknown = 5
The severity is unknown.