Class ActivityLogAlertActionList
java.lang.Object
com.azure.resourcemanager.monitor.models.ActivityLogAlertActionList
A list of activity log alert actions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the actionGroups property: The list of activity log alerts.voidvalidate()Validates the instance.withActionGroups(List<ActivityLogAlertActionGroup> actionGroups) Set the actionGroups property: The list of activity log alerts.
-
Constructor Details
-
ActivityLogAlertActionList
public ActivityLogAlertActionList()
-
-
Method Details
-
actionGroups
Get the actionGroups property: The list of activity log alerts.- Returns:
- the actionGroups value.
-
withActionGroups
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.
-