AlertModificationProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET