Alert.Severity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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