Uses of Class
com.azure.resourcemanager.alertsmanagement.models.SmartGroupModificationItem
Packages that use SmartGroupModificationItem
Package
Description
Package containing the data models for AlertsManagementClient.
-
Uses of SmartGroupModificationItem in com.azure.resourcemanager.alertsmanagement.models
Methods in com.azure.resourcemanager.alertsmanagement.models that return SmartGroupModificationItemModifier and TypeMethodDescriptionSmartGroupModificationItem.withComments
(String comments) Set the comments property: Modification comments.SmartGroupModificationItem.withDescription
(String description) Set the description property: Description of the modification.SmartGroupModificationItem.withModificationEvent
(SmartGroupModificationEvent modificationEvent) Set the modificationEvent property: Reason for the modification.SmartGroupModificationItem.withModifiedAt
(String modifiedAt) Set the modifiedAt property: Modified date and time.SmartGroupModificationItem.withModifiedBy
(String modifiedBy) Set the modifiedBy property: Modified user details (Principal client name).SmartGroupModificationItem.withNewValue
(String newValue) Set the newValue property: New value.SmartGroupModificationItem.withOldValue
(String oldValue) Set the oldValue property: Old value.Methods in com.azure.resourcemanager.alertsmanagement.models that return types with arguments of type SmartGroupModificationItemModifier and TypeMethodDescriptionSmartGroupModificationProperties.modifications()
Get the modifications property: Modification details.Method parameters in com.azure.resourcemanager.alertsmanagement.models with type arguments of type SmartGroupModificationItemModifier and TypeMethodDescriptionSmartGroupModificationProperties.withModifications
(List<SmartGroupModificationItem> modifications) Set the modifications property: Modification details.