Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertActionGroup
Packages that use ActivityLogAlertActionGroup
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ActivityLogAlertActionGroup in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertActionGroupModifier and TypeMethodDescriptionstatic ActivityLogAlertActionGroup
ActivityLogAlertActionGroup.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityLogAlertActionGroup from the JsonReader.ActivityLogAlertActionGroup.withActionGroupId
(String actionGroupId) Set the actionGroupId property: The resource ID of the Action Group.ActivityLogAlertActionGroup.withWebhookProperties
(Map<String, String> webhookProperties) Set the webhookProperties property: the dictionary of custom properties to include with the post operation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ActivityLogAlertActionGroupModifier and TypeMethodDescriptionActionList.actionGroups()
Get the actionGroups property: The list of the Action Groups.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertActionGroupModifier and TypeMethodDescriptionActionList.withActionGroups
(List<ActivityLogAlertActionGroup> actionGroups) Set the actionGroups property: The list of the Action Groups.