Class ActivityLogAlertActionList
java.lang.Object
com.microsoft.azure.management.monitor.ActivityLogAlertActionList
A list of activity log alert actions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of activity log alerts.withActionGroups
(List<ActivityLogAlertActionGroup> actionGroups) Set the list of activity log alerts.
-
Constructor Details
-
ActivityLogAlertActionList
public ActivityLogAlertActionList()
-
-
Method Details
-
actionGroups
Get the list of activity log alerts.- Returns:
- the actionGroups value
-
withActionGroups
Set the list of activity log alerts.- Parameters:
actionGroups
- the actionGroups value to set- Returns:
- the ActivityLogAlertActionList object itself.
-