Uses of Class
com.microsoft.azure.management.batchai.FileServerReference
Packages that use FileServerReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of FileServerReference in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return FileServerReferenceModifier and TypeMethodDescriptionFileServerReference.withFileServer
(ResourceId fileServer) Set resource ID of the existing File Server to be mounted.FileServerReference.withMountOptions
(String mountOptions) Set mount options to be passed to mount command.FileServerReference.withRelativeMountPath
(String relativeMountPath) Set the relative path on the compute node where the File Server will be mounted.FileServerReference.withSourceDirectory
(String sourceDirectory) Set file Server directory that needs to be mounted.Methods in com.microsoft.azure.management.batchai that return types with arguments of type FileServerReferenceModifier and TypeMethodDescriptionMountVolumes.fileServers()
Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.Method parameters in com.microsoft.azure.management.batchai with type arguments of type FileServerReferenceModifier and TypeMethodDescriptionMountVolumes.withFileServers
(List<FileServerReference> fileServers) Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.