Uses of Class
com.microsoft.azure.management.batchai.UnmanagedFileSystemReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of UnmanagedFileSystemReference in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionUnmanagedFileSystemReference.withMountCommand
(String mountCommand) Set mount command line.UnmanagedFileSystemReference.withRelativeMountPath
(String relativeMountPath) Set the relative path on the compute node where the unmanaged file system will be mounted.Modifier and TypeMethodDescriptionMountVolumes.unmanagedFileSystems()
Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.Modifier and TypeMethodDescriptionMountVolumes.withUnmanagedFileSystems
(List<UnmanagedFileSystemReference> unmanagedFileSystems) Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.