Share via


Alert.Severity Property

Definition

Gets severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical'

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to