Class StorageResourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageResourceType>
com.azure.resourcemanager.storage.models.StorageResourceType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public class StorageResourceType
extends com.azure.core.util.ExpandableStringEnum<StorageResourceType>
Storage resource types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageResourceTypeStatic value storageAccounts for StorageResourceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageResourceTypefromString(String str) Finds or creates storage resource type based on the specified string.static Collection<StorageResourceType> values()Gets known storage resource types.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STORAGE_ACCOUNTS
Static value storageAccounts for StorageResourceType.
-
-
Constructor Details
-
StorageResourceType
Deprecated.Use thefromString(String)factory method.Creates a new instance of StorageResourceType value.
-
-
Method Details
-
fromString
Finds or creates storage resource type based on the specified string.- Parameters:
str- the storage resource type in string format- Returns:
- an instance of StorageResourceType
-
values
Gets known storage resource types.- Returns:
- known storage resource types
-
fromString(String)factory method.