Class StorageMountType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageMountType>
com.azure.resourcemanager.appservice.models.StorageMountType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class StorageMountType
extends com.azure.core.util.ExpandableStringEnum<StorageMountType>
Type of the storage mount.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageMountTypeStatic value AzureFiles for StorageMountType.static final StorageMountTypeStatic value FileShare for StorageMountType.static final StorageMountTypeStatic value LocalStorage for StorageMountType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageMountTypefromString(String name) Creates or finds a StorageMountType from its string representation.static Collection<StorageMountType> values()Gets known StorageMountType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_FILES
Static value AzureFiles for StorageMountType. -
LOCAL_STORAGE
Static value LocalStorage for StorageMountType. -
FILE_SHARE
Static value FileShare for StorageMountType.
-
-
Constructor Details
-
StorageMountType
Deprecated.Use thefromString(String)factory method.Creates a new instance of StorageMountType value.
-
-
Method Details
-
fromString
Creates or finds a StorageMountType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StorageMountType.
-
values
Gets known StorageMountType values.- Returns:
- known StorageMountType values.
-
fromString(String)factory method.