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