ActionList Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. ActionList
- com.
Implements
public final class ActionList
implements JsonSerializable<ActionList>
A list of Activity Log Alert rule actions.
Constructor Summary
Constructor | Description |
---|---|
ActionList() |
Creates an instance of Action |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Activity |
actionGroups()
Get the action |
static
Action |
fromJson(JsonReader jsonReader)
Reads an instance of Action |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Action |
withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
Set the action |
Methods inherited from java.lang.Object
Constructor Details
ActionList
public ActionList()
Creates an instance of ActionList class.
Method Details
actionGroups
public List
Get the actionGroups property: The list of the Action Groups.
Returns:
fromJson
public static ActionList fromJson(JsonReader jsonReader)
Reads an instance of ActionList from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withActionGroups
public ActionList withActionGroups(List
Set the actionGroups property: The list of the Action Groups.
Parameters:
Returns:
Applies to
Azure SDK for Java