AlertModificationItem 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
AlertModificationItem() |
Initializes a new instance of the AlertModificationItem class. |
AlertModificationItem(Nullable<AlertModificationEvent>, String, String, String, String, String, String) |
Initializes a new instance of the AlertModificationItem class. |
AlertModificationItem()
Initializes a new instance of the AlertModificationItem class.
public AlertModificationItem ();
Public Sub New ()
Applies to
AlertModificationItem(Nullable<AlertModificationEvent>, String, String, String, String, String, String)
Initializes a new instance of the AlertModificationItem class.
public AlertModificationItem (Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent? modificationEvent = default, string oldValue = default, string newValue = default, string modifiedAt = default, string modifiedBy = default, string comments = default, string description = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent> * string * string * string * string * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem
Public Sub New (Optional modificationEvent As Nullable(Of AlertModificationEvent) = Nothing, Optional oldValue As String = Nothing, Optional newValue As String = Nothing, Optional modifiedAt As String = Nothing, Optional modifiedBy As String = Nothing, Optional comments As String = Nothing, Optional description As String = Nothing)
Parameters
- modificationEvent
- Nullable<AlertModificationEvent>
Reason for the modification. Possible values include: 'AlertCreated', 'StateChange', 'MonitorConditionChange', 'SeverityChange', 'ActionRuleTriggered', 'ActionRuleSuppressed', 'ActionsTriggered', 'ActionsSuppressed', 'ActionsFailed'
- oldValue
- String
Old value
- newValue
- String
New value
- modifiedAt
- String
Modified date and time
- modifiedBy
- String
Modified user details (Principal client name)
- comments
- String
Modification comments
- description
- String
Description of the modification
Applies to
Azure SDK for .NET