Uses of Class
com.microsoft.azure.management.batchai.UnmanagedFileSystemReference
Packages that use UnmanagedFileSystemReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of UnmanagedFileSystemReference in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return UnmanagedFileSystemReferenceModifier 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.Methods in com.microsoft.azure.management.batchai that return types with arguments of type UnmanagedFileSystemReferenceModifier and TypeMethodDescriptionMountVolumes.unmanagedFileSystems()
Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.Method parameters in com.microsoft.azure.management.batchai with type arguments of type UnmanagedFileSystemReferenceModifier and TypeMethodDescriptionMountVolumes.withUnmanagedFileSystems
(List<UnmanagedFileSystemReference> unmanagedFileSystems) Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.