Uses of Class
com.microsoft.azure.management.monitor.ActivityLogAlertActionGroup
Packages that use ActivityLogAlertActionGroup
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ActivityLogAlertActionGroup in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ActivityLogAlertActionGroupModifier and TypeMethodDescriptionActivityLogAlertActionGroup.withActionGroupId
(String actionGroupId) Set the resourceId of the action group.ActivityLogAlertActionGroup.withWebhookProperties
(Map<String, String> webhookProperties) Set the dictionary of custom properties to include with the post operation.Methods in com.microsoft.azure.management.monitor that return types with arguments of type ActivityLogAlertActionGroupModifier and TypeMethodDescriptionActivityLogAlertActionList.actionGroups()
Get the list of activity log alerts.Method parameters in com.microsoft.azure.management.monitor with type arguments of type ActivityLogAlertActionGroupModifier and TypeMethodDescriptionActivityLogAlertActionList.withActionGroups
(List<ActivityLogAlertActionGroup> actionGroups) Set the list of activity log alerts.