Class TagsPatchOperation
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TagsPatchOperation>
-
- com.azure.resourcemanager.resources.models.TagsPatchOperation
-
public final class TagsPatchOperation extends com.azure.core.util.ExpandableStringEnum<TagsPatchOperation>
Defines values for TagsPatchOperation.
-
-
Field Summary
Fields Modifier and Type Field Description static TagsPatchOperationDELETEStatic value Delete for TagsPatchOperation.static TagsPatchOperationMERGEStatic value Merge for TagsPatchOperation.static TagsPatchOperationREPLACEStatic value Replace for TagsPatchOperation.
-
Constructor Summary
Constructors Constructor Description TagsPatchOperation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TagsPatchOperationfromString(String name)Creates or finds a TagsPatchOperation from its string representation.static Collection<TagsPatchOperation>values()
-
-
-
Field Detail
-
REPLACE
public static final TagsPatchOperation REPLACE
Static value Replace for TagsPatchOperation.
-
MERGE
public static final TagsPatchOperation MERGE
Static value Merge for TagsPatchOperation.
-
DELETE
public static final TagsPatchOperation DELETE
Static value Delete for TagsPatchOperation.
-
-
Method Detail
-
fromString
public static TagsPatchOperation fromString(String name)
Creates or finds a TagsPatchOperation from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TagsPatchOperation.
-
values
public static Collection<TagsPatchOperation> values()
- Returns:
- known TagsPatchOperation values.
-
-