Class ActivityLogAlertActionList
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.ActivityLogAlertActionList
-
public final 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 actionGroups property: The list of activity log alerts.voidvalidate()Validates the instance.ActivityLogAlertActionListwithActionGroups(List<ActivityLogAlertActionGroup> actionGroups)Set the actionGroups property: The list of activity log alerts.
-
-
-
Method Detail
-
actionGroups
public List<ActivityLogAlertActionGroup> actionGroups()
Get the actionGroups property: The list of activity log alerts.- Returns:
- the actionGroups value.
-
withActionGroups
public ActivityLogAlertActionList withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
Set the actionGroups property: The list of activity log alerts.- Parameters:
actionGroups- the actionGroups value to set.- Returns:
- the ActivityLogAlertActionList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-