public final class ActivityLogAlertActionList extends Object
| Constructor and Description |
|---|
ActivityLogAlertActionList() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityLogAlertActionGroup> |
actionGroups()
Get the actionGroups property: The list of activity log alerts.
|
void |
validate()
Validates the instance.
|
ActivityLogAlertActionList |
withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
Set the actionGroups property: The list of activity log alerts.
|
public List<ActivityLogAlertActionGroup> actionGroups()
public ActivityLogAlertActionList withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
actionGroups - the actionGroups value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.