StorageBlobAccessTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. messaging. eventgrid. systemevents. StorageBlobAccessTier
- com.
- com.
public final class StorageBlobAccessTier
extends ExpandableStringEnum<StorageBlobAccessTier>
The access tier of the blob.
Modifier and Type | Field and Description |
---|---|
static final
Storage |
ARCHIVE
The blob is in access tier Archive. |
static final
Storage |
COLD
The blob is in access tier Cold. |
static final
Storage |
COOL
The blob is in access tier Cool. |
static final
Storage |
DEFAULT
The blob is in access tier Default(Inferred). |
static final
Storage |
HOT
The blob is in access tier Hot. |
Constructor | Description |
---|---|
Storage |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
Modifier and Type | Method and Description |
---|---|
static
Storage |
from Creates or finds a Storage |
static
Collection<Storage |
values()
Gets known Storage |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
ARCHIVE
public static final StorageBlobAccessTier ARCHIVE
The blob is in access tier Archive.
COLD
public static final StorageBlobAccessTier COLD
The blob is in access tier Cold.
COOL
public static final StorageBlobAccessTier COOL
The blob is in access tier Cool.
DEFAULT
public static final StorageBlobAccessTier DEFAULT
The blob is in access tier Default(Inferred).
HOT
public static final StorageBlobAccessTier HOT
The blob is in access tier Hot.
StorageBlobAccessTier
@Deprecated
public StorageBlobAccessTier()
Deprecated
Creates a new instance of StorageBlobAccessTier value.
fromString
public static StorageBlobAccessTier fromString(String name)
Creates or finds a StorageBlobAccessTier from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known StorageBlobAccessTier values.
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: