public class ActionGroupPatchBody extends Object
| Constructor and Description |
|---|
ActionGroupPatchBody() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: Indicates whether this action group is enabled.
|
Map<String,String> |
tags()
Get the tags property: Resource tags.
|
void |
validate()
Validates the instance.
|
ActionGroupPatchBody |
withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this action group is enabled.
|
ActionGroupPatchBody |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
public Map<String,String> tags()
public ActionGroupPatchBody withTags(Map<String,String> tags)
tags - the tags value to set.public Boolean enabled()
public ActionGroupPatchBody withEnabled(Boolean enabled)
enabled - the enabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.