Uses of Class
com.azure.resourcemanager.workloads.models.FileShareType
Packages that use FileShareType
Package
Description
Package containing the data models for WorkloadsClient.
-
Uses of FileShareType in com.azure.resourcemanager.workloads.models
Fields in com.azure.resourcemanager.workloads.models declared as FileShareTypeModifier and TypeFieldDescriptionstatic final FileShareType
FileShareType.AZURE_FILES
Static value AzureFiles for FileShareType.static final FileShareType
FileShareType.NFS_ON_CONTROLLER
Static value NfsOnController for FileShareType.Methods in com.azure.resourcemanager.workloads.models that return FileShareTypeModifier and TypeMethodDescriptionstatic FileShareType
FileShareType.fromString
(String name) Creates or finds a FileShareType from its string representation.FileshareProfile.shareType()
Get the shareType property: Share type.Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type FileShareTypeModifier and TypeMethodDescriptionstatic Collection<FileShareType>
FileShareType.values()
Gets known FileShareType values.Methods in com.azure.resourcemanager.workloads.models with parameters of type FileShareTypeModifier and TypeMethodDescriptionFileshareProfile.withShareType
(FileShareType shareType) Set the shareType property: Share type.