AzureContainerDataFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. AzureContainerDataFormat
- com.
- com.
public final class AzureContainerDataFormat
extends ExpandableStringEnum<AzureContainerDataFormat>
Storage format used for the file represented by the share.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Azure |
AZURE_FILE
Static value Azure |
|
static final
Azure |
BLOCK_BLOB
Static value Block |
|
static final
Azure |
PAGE_BLOB
Static value Page |
Constructor Summary
| Constructor | Description |
|---|---|
| AzureContainerDataFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromString(String name)
Creates or finds a Azure |
|
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_FILE
public static final AzureContainerDataFormat AZURE_FILE
Static value AzureFile for AzureContainerDataFormat.
BLOCK_BLOB
public static final AzureContainerDataFormat BLOCK_BLOB
Static value BlockBlob for AzureContainerDataFormat.
PAGE_BLOB
public static final AzureContainerDataFormat PAGE_BLOB
Static value PageBlob for AzureContainerDataFormat.
Constructor Details
AzureContainerDataFormat
@Deprecated
public AzureContainerDataFormat()
Deprecated
Creates a new instance of AzureContainerDataFormat value.
Method Details
fromString
public static AzureContainerDataFormat fromString(String name)
Creates or finds a AzureContainerDataFormat from its string representation.
Parameters:
Returns:
values
public static Collection<AzureContainerDataFormat> values()
Gets known AzureContainerDataFormat values.
Returns: