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 Details

    • 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.
  • Constructor Details

    • TagsPatchOperation

      public TagsPatchOperation()
  • Method Details

    • 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()
      Gets known TagsPatchOperation values.
      Returns:
      known TagsPatchOperation values.