public final class TagsPatchOperation extends com.microsoft.rest.ExpandableStringEnum<TagsPatchOperation>
| Modifier and Type | Field and Description |
|---|---|
static TagsPatchOperation |
DELETE
Static value Delete for TagsPatchOperation.
|
static TagsPatchOperation |
MERGE
Static value Merge for TagsPatchOperation.
|
static TagsPatchOperation |
REPLACE
Static value Replace for TagsPatchOperation.
|
| Constructor and Description |
|---|
TagsPatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
static TagsPatchOperation |
fromString(String name)
Creates or finds a TagsPatchOperation from its string representation.
|
static Collection<TagsPatchOperation> |
values() |
public static final TagsPatchOperation REPLACE
public static final TagsPatchOperation MERGE
public static final TagsPatchOperation DELETE
public static TagsPatchOperation fromString(String name)
name - a name to look forpublic static Collection<TagsPatchOperation> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/