public class TagsPatchResource extends Object
| Constructor and Description |
|---|
TagsPatchResource() |
| Modifier and Type | Method and Description |
|---|---|
TagsPatchOperation |
operation()
Get the operation type for the patch API.
|
Tags |
properties()
Get the set of tags.
|
TagsPatchResource |
withOperation(TagsPatchOperation operation)
Set the operation type for the patch API.
|
TagsPatchResource |
withProperties(Tags properties)
Set the set of tags.
|
public TagsPatchOperation operation()
public TagsPatchResource withOperation(TagsPatchOperation operation)
operation - the operation value to setpublic Tags properties()
public TagsPatchResource withProperties(Tags properties)
properties - the properties value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/