Uses of Class
com.microsoft.azure.management.batchai.FileServerReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of FileServerReference in com.microsoft.azure.management.batchai
Modifier 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.Modifier and TypeMethodDescriptionMountVolumes.fileServers()
Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.Modifier and TypeMethodDescriptionMountVolumes.withFileServers
(List<FileServerReference> fileServers) Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.