Bagikan melalui


AlertFilterInner Constructors

Definition

Overloads

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

AlertFilterInner()

public AlertFilterInner ();
Public Sub New ()

Applies to

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

public AlertFilterInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertStatus? status = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSeverity? severity = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSourceType? sourceType = default, string sourceName = default, DateTime? appearedOnTime = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner : Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertStatus> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSeverity> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSourceType> * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner
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

sourceName
String
appearedOnTime
Nullable<DateTime>

Applies to