Class StorageService
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<StorageService>
com.microsoft.azure.management.storage.StorageService
Azure storage service types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StorageService
Static value Blob for StorageService.static final StorageService
Static value File for StorageService.static final StorageService
Static value Queue for StorageService.static final StorageService
Static value Table for StorageService. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StorageService
fromString
(String name) Creates or finds a service service type based on its name.static Collection<StorageService>
values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public StorageService()
-
-
Method Details
-
fromString
Creates or finds a service service type based on its name.- Parameters:
name
- a name to look for- Returns:
- an StorageService
-
values
- Returns:
- known storage service types.
-