Class StorageService
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageService>
com.azure.resourcemanager.storage.models.StorageService
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Azure storage service types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageServiceStatic value Blob for StorageService.static final StorageServiceStatic value File for StorageService.static final StorageServiceStatic value Queue for StorageService.static final StorageServiceStatic value Table for StorageService. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageServicefromString(String name) Creates or finds a service type based on its name.static Collection<StorageService> values()Gets known storage service types.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BLOB
Static value Blob for StorageService. -
TABLE
Static value Table for StorageService. -
QUEUE
Static value Queue for StorageService. -
FILE
Static value File for StorageService.
-
-
Constructor Details
-
StorageService
Deprecated.Use thefromString(String)factory method.Creates a new instance of StorageService value.
-
-
Method Details
-
fromString
Creates or finds a service type based on its name.- Parameters:
name- a name to look for- Returns:
- an StorageService
-
values
Gets known storage service types.- Returns:
- known storage service types.
-
fromString(String)factory method.