AlertFilter.Status Property

Definition

Gets or sets specifies the status of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Active', 'Cleared'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to