Sdílet prostřednictvím


AlertFilter Constructors

Definition

Overloads

AlertFilter()

Initializes a new instance of the AlertFilter class.

AlertFilter(Nullable<AlertStatus>, Nullable<AlertSeverity>, Nullable<AlertSourceType>, String, Nullable<DateTime>)

Initializes a new instance of the AlertFilter class.

AlertFilter()

Initializes a new instance of the AlertFilter class.

public AlertFilter ();
Public Sub New ()

Applies to

AlertFilter(Nullable<AlertStatus>, Nullable<AlertSeverity>, Nullable<AlertSourceType>, String, Nullable<DateTime>)

Initializes a new instance of the AlertFilter class.

public AlertFilter (Microsoft.Azure.Management.StorSimple8000Series.Models.AlertStatus? status = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity? severity = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSourceType? sourceType = default, string sourceName = default, DateTime? appearedOnTime = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AlertFilter : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertStatus> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSourceType> * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.AlertFilter
Public Sub New (Optional status As Nullable(Of AlertStatus) = Nothing, Optional severity As Nullable(Of AlertSeverity) = Nothing, Optional sourceType As Nullable(Of AlertSourceType) = Nothing, Optional sourceName As String = Nothing, Optional appearedOnTime As Nullable(Of DateTime) = Nothing)

Parameters

status
Nullable<AlertStatus>

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

severity
Nullable<AlertSeverity>

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

sourceType
Nullable<AlertSourceType>

Specifies the source type of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Resource', 'Device'

sourceName
String

Specifies the source name of the alerts to be filtered. Only 'Equality' operator is supported for this property.

appearedOnTime
Nullable<DateTime>

Specifies the appeared time (in UTC) of the alerts to be filtered. Only 'Greater-Than' and 'Lesser-Than' operators are supported for this property.

Applies to