共用方式為


AlertModificationProperties Constructors

Definition

Overloads

AlertModificationProperties()

Initializes a new instance of the AlertModificationProperties class.

AlertModificationProperties(String, IList<AlertModificationItem>)

Initializes a new instance of the AlertModificationProperties class.

AlertModificationProperties()

Initializes a new instance of the AlertModificationProperties class.

public AlertModificationProperties ();
Public Sub New ()

Applies to

AlertModificationProperties(String, IList<AlertModificationItem>)

Initializes a new instance of the AlertModificationProperties class.

public AlertModificationProperties (string alertId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> modifications = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties
Public Sub New (Optional alertId As String = Nothing, Optional modifications As IList(Of AlertModificationItem) = Nothing)

Parameters

alertId
String

Unique Id of the alert for which the history is being retrieved

modifications
IList<AlertModificationItem>

Modification details

Applies to