ClearAlertRequest Constructors

Definition

Overloads

ClearAlertRequest()

Initializes a new instance of the ClearAlertRequest class.

ClearAlertRequest(IList<String>, String)

Initializes a new instance of the ClearAlertRequest class.

ClearAlertRequest()

Initializes a new instance of the ClearAlertRequest class.

public ClearAlertRequest ();
Public Sub New ()

Applies to

ClearAlertRequest(IList<String>, String)

Initializes a new instance of the ClearAlertRequest class.

public ClearAlertRequest (System.Collections.Generic.IList<string> alerts, string resolutionMessage = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ClearAlertRequest : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.ClearAlertRequest
Public Sub New (alerts As IList(Of String), Optional resolutionMessage As String = Nothing)

Parameters

alerts
IList<String>

The list of alert IDs to be cleared

resolutionMessage
String

The resolution message while clearing the alert

Applies to