Class BlobTypes

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

public final class BlobTypes extends com.azure.core.util.ExpandableStringEnum<BlobTypes>
Defines values for GeoReplicationStatus.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BlobTypes
    Static value blockBlob for BlobTypes.
    static final BlobTypes
    Static value snapshot for BlobTypes.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static BlobTypes
    Creates or finds a BlobType from its string representation.
     

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BLOCK_BLOB

      public static final BlobTypes BLOCK_BLOB
      Static value blockBlob for BlobTypes.
    • SNAPSHOT

      public static final BlobTypes SNAPSHOT
      Static value snapshot for BlobTypes.
  • Constructor Details

    • BlobTypes

      public BlobTypes()
  • Method Details

    • fromString

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

      public static Collection<BlobTypes> values()
      Returns:
      known BlobType values