Class BlobCopySourceTagsMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobCopySourceTagsMode>
com.azure.storage.blob.models.BlobCopySourceTagsMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BlobCopySourceTagsMode extends com.azure.core.util.ExpandableStringEnum<BlobCopySourceTagsMode>
Defines values for BlobCopySourceTagsMode.
  • Field Details

  • Constructor Details

    • BlobCopySourceTagsMode

      @Deprecated public BlobCopySourceTagsMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BlobCopySourceTagsMode value.
  • Method Details

    • fromString

      public static BlobCopySourceTagsMode fromString(String name)
      Creates or finds a BlobCopySourceTagsMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BlobCopySourceTagsMode.
    • values

      public static Collection<BlobCopySourceTagsMode> values()
      Gets known BlobCopySourceTagsMode values.
      Returns:
      known BlobCopySourceTagsMode values.