Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertActionGroup
-
Packages that use ActivityLogAlertActionGroup Package Description com.azure.resourcemanager.monitor.models 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 ActivityLogAlertActionGroup Modifier and Type Method Description ActivityLogAlertActionGroupActivityLogAlertActionGroup. withActionGroupId(String actionGroupId)Set the actionGroupId property: The resourceId of the action group.ActivityLogAlertActionGroupActivityLogAlertActionGroup. 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 ActivityLogAlertActionGroup Modifier and Type Method Description List<ActivityLogAlertActionGroup>ActivityLogAlertActionList. actionGroups()Get the actionGroups property: The list of activity log alerts.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertActionGroup Modifier and Type Method Description ActivityLogAlertActionListActivityLogAlertActionList. withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)Set the actionGroups property: The list of activity log alerts.
-