Condividi tramite


AlertFilter.Severity Property

Definition

Gets or sets specifies the severity of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Informational', 'Warning', 'Critical'

[Newtonsoft.Json.JsonProperty(PropertyName="severity")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity? Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity> with get, set
Public Property Severity As Nullable(Of AlertSeverity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to