RemoveAllActionGroups Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. Action - com.
azure. resourcemanager. alertsmanagement. models. RemoveAllActionGroups
- com.
- com.
public final class RemoveAllActionGroups
extends Action
Indicates if all action groups should be removed.
Constructor Summary
| Constructor | Description |
|---|---|
| RemoveAllActionGroups() |
Creates an instance of Remove |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Action |
actionType()
Get the action |
|
static
Remove |
fromJson(JsonReader jsonReader)
Reads an instance of Remove |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from Action
Methods inherited from java.lang.Object
Constructor Details
RemoveAllActionGroups
public RemoveAllActionGroups()
Creates an instance of RemoveAllActionGroups class.
Method Details
actionType
public ActionType actionType()
Get the actionType property: Action that should be applied.
Overrides:
RemoveAllActionGroups.actionType()Returns:
fromJson
public static RemoveAllActionGroups fromJson(JsonReader jsonReader)
Reads an instance of RemoveAllActionGroups from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RemoveAllActionGroups.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
RemoveAllActionGroups.validate()