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
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ActivityLogAlertActionGroupModifier and TypeClassDescriptionfinal classA pointer to an Azure Action Group.Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertActionGroupModifier and TypeMethodDescriptionstatic ActivityLogAlertActionGroupActivityLogAlertActionGroup.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.