public class ActivityLogAlertActionList extends Object
| Constructor and Description |
|---|
ActivityLogAlertActionList() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityLogAlertActionGroup> |
actionGroups()
Get the list of activity log alerts.
|
ActivityLogAlertActionList |
withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
Set the list of activity log alerts.
|
public List<ActivityLogAlertActionGroup> actionGroups()
public ActivityLogAlertActionList withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
actionGroups - the actionGroups value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/