ActionGroupPatch Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. fluent. models. ActionGroupPatch
- com.
Implements
public final class ActionGroupPatch
implements JsonSerializable<ActionGroupPatch>
An Azure action group for patch operations.
Constructor | Description |
---|---|
Action |
Creates an instance of Action |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Indicates whether this action group is enabled. |
static
Action |
from Reads an instance of Action |
Json |
to |
void |
validate()
Validates the instance. |
Action |
with Set the enabled property: Indicates whether this action group is enabled. |
Methods inherited from java.lang.Object
ActionGroupPatch
public ActionGroupPatch()
Creates an instance of ActionGroupPatch class.
enabled
public Boolean enabled()
Get the enabled property: Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.
Returns:
fromJson
public static ActionGroupPatch fromJson(JsonReader jsonReader)
Reads an instance of ActionGroupPatch from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ActionGroupPatch withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.
Parameters:
Returns: