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>
Defines values for GeoReplicationStatus.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlobTypesfromString(String name) Creates or finds a BlobType from its string representation.static Collection<BlobTypes> values()Gets known BlobType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BLOCK_BLOB
Static value blockBlob for BlobTypes. -
SNAPSHOT
Static value snapshot for BlobTypes.
-
-
Constructor Details
-
BlobTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of BlobTypes value.
-
-
Method Details
-
fromString
-
values
Gets known BlobType values.- Returns:
- known BlobType values
-
fromString(String)factory method.