Class StorageType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageType>
com.azure.resourcemanager.appplatform.models.StorageType
Defines values for StorageType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageTypeStatic value StorageAccount for StorageType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageTypefromString(String name) Creates or finds a StorageType from its string representation.static Collection<StorageType>values()Gets known StorageType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STORAGE_ACCOUNT
Static value StorageAccount for StorageType.
-
-
Constructor Details
-
StorageType
public StorageType()
-
-
Method Details
-
fromString
Creates or finds a StorageType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StorageType.
-
values
Gets known StorageType values.- Returns:
- known StorageType values.
-