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
FieldsModifier and TypeFieldDescriptionstatic final TagsPatchOperationStatic value Delete for TagsPatchOperation.static final TagsPatchOperationStatic value Merge for TagsPatchOperation.static final TagsPatchOperationStatic value Replace for TagsPatchOperation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TagsPatchOperationfromString(String name) Creates or finds a TagsPatchOperation from its string representation.static Collection<TagsPatchOperation>values()Gets known TagsPatchOperation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REPLACE
Static value Replace for TagsPatchOperation. -
MERGE
Static value Merge for TagsPatchOperation. -
DELETE
Static value Delete for TagsPatchOperation.
-
-
Constructor Details
-
TagsPatchOperation
public TagsPatchOperation()
-
-
Method Details
-
fromString
Creates or finds a TagsPatchOperation from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TagsPatchOperation.
-
values
Gets known TagsPatchOperation values.- Returns:
- known TagsPatchOperation values.
-