Class ActivityLogAlertActionList
- java.lang.Object
-
- com.microsoft.azure.management.monitor.ActivityLogAlertActionList
-
public class ActivityLogAlertActionList extends Object
A list of activity log alert actions.
-
-
Constructor Summary
Constructors Constructor Description ActivityLogAlertActionList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ActivityLogAlertActionGroup>actionGroups()Get the list of activity log alerts.ActivityLogAlertActionListwithActionGroups(List<ActivityLogAlertActionGroup> actionGroups)Set the list of activity log alerts.
-
-
-
Method Detail
-
actionGroups
public List<ActivityLogAlertActionGroup> actionGroups()
Get the list of activity log alerts.- Returns:
- the actionGroups value
-
withActionGroups
public ActivityLogAlertActionList withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
Set the list of activity log alerts.- Parameters:
actionGroups- the actionGroups value to set- Returns:
- the ActivityLogAlertActionList object itself.
-
-