Class Type
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.appplatform.models.Type
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of the underlying resource to mount as a persistent disk.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypefromString(String name) Creates or finds a Type from its string representation.static Collection<Type> values()Gets known Type values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_FILE_VOLUME
Static value AzureFileVolume for Type.
-
-
Constructor Details
-
Type
Deprecated.Use thefromString(String)factory method.Creates a new instance of Type value.
-
-
Method Details
-
fromString
Creates or finds a Type from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Type.
-
values
Gets known Type values.- Returns:
- known Type values.
-
fromString(String)factory method.