Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertActionList
-
Packages that use ActivityLogAlertActionList Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ActivityLogAlertActionList in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActivityLogAlertActionList Modifier and Type Method Description ActivityLogAlertActionListActivityLogAlertResourceInner. actions()Get the actions property: The actions that will activate when the condition is met.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ActivityLogAlertActionList Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withActions(ActivityLogAlertActionList actions)Set the actions property: The actions that will activate when the condition is met. -
Uses of ActivityLogAlertActionList in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertActionList Modifier and Type Method Description ActivityLogAlertActionListActivityLogAlertActionList. withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)Set the actionGroups property: The list of activity log alerts.
-