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