public final class TagsPatchResource extends Object
| Constructor and Description |
|---|
TagsPatchResource() |
| Modifier and Type | Method and Description |
|---|---|
TagsPatchOperation |
operation()
Get the operation property: The operation type for the patch API.
|
Tags |
properties()
Get the properties property: The set of tags.
|
void |
validate()
Validates the instance.
|
TagsPatchResource |
withOperation(TagsPatchOperation operation)
Set the operation property: The operation type for the patch API.
|
TagsPatchResource |
withProperties(Tags properties)
Set the properties property: The set of tags.
|
public TagsPatchOperation operation()
public TagsPatchResource withOperation(TagsPatchOperation operation)
operation - the operation value to set.public Tags properties()
public TagsPatchResource withProperties(Tags properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.