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() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromString(String name)
Creates or finds a service type based on its name. |
static
Collection<Storage |
values()
Gets known storage service types. |
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
@Deprecated
public StorageService()
Deprecated
Creates a new instance of StorageService value.
Method Details
fromString
public static StorageService fromString(String name)
Creates or finds a service type based on its name.
Parameters:
Returns:
values
public static Collection
Gets known storage service types.
Returns:
Applies to
Azure SDK for Java