StorageService Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. StorageService
- com.
- com.
public class StorageService
extends ExpandableStringEnum<StorageService>
Azure storage service types.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Storage |
BLOB
Static value Blob for Storage |
static final
Storage |
FILE
Static value File for Storage |
static final
Storage |
QUEUE
Static value Queue for Storage |
static final
Storage |
TABLE
Static value Table for Storage |
Constructor Summary
Constructor | Description | |
---|---|---|
StorageService() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromString(String name)
Creates or finds a service service type based on its name. |
static
Collection<Storage |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BLOB
public static final StorageService BLOB
Static value Blob for StorageService.
FILE
public static final StorageService FILE
Static value File for StorageService.
QUEUE
public static final StorageService QUEUE
Static value Queue for StorageService.
TABLE
public static final StorageService TABLE
Static value Table for StorageService.
Constructor Details
StorageService
public StorageService()
Method Details
fromString
public static StorageService fromString(String name)
Creates or finds a service service type based on its name.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java