Class TagsPatchOperation


  • public final class TagsPatchOperation
    extends com.azure.core.util.ExpandableStringEnum<TagsPatchOperation>
    Defines values for TagsPatchOperation.
    • 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.
    • Constructor Detail

      • TagsPatchOperation

        public 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.