SmartGroupModificationItem 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
SmartGroupModificationItem() |
Initializes a new instance of the SmartGroupModificationItem class. |
SmartGroupModificationItem(Nullable<SmartGroupModificationEvent>, String, String, String, String, String, String) |
Initializes a new instance of the SmartGroupModificationItem class. |
SmartGroupModificationItem()
Initializes a new instance of the SmartGroupModificationItem class.
public SmartGroupModificationItem ();
Public Sub New ()
Applies to
SmartGroupModificationItem(Nullable<SmartGroupModificationEvent>, String, String, String, String, String, String)
Initializes a new instance of the SmartGroupModificationItem class.
public SmartGroupModificationItem (Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent? 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.SmartGroupModificationItem : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent> * string * string * string * string * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationItem
Public Sub New (Optional modificationEvent As Nullable(Of SmartGroupModificationEvent) = 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<SmartGroupModificationEvent>
Reason for the modification. Possible values include: 'SmartGroupCreated', 'StateChange', 'AlertAdded', 'AlertRemoved'
- 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