Uses of Class
com.microsoft.azure.management.batchai.MountVolumes
Packages that use MountVolumes
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of MountVolumes in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return MountVolumesModifier and TypeMethodDescriptionBatchAIJob.mountVolumes()JobCreateParameters.mountVolumes()Get information on mount volumes to be used by the job.NodeSetup.mountVolumes()Get mount volumes to be available to setup task and all jobs executing on the cluster.MountVolumes.withAzureBlobFileSystems(List<AzureBlobFileSystemReference> azureBlobFileSystems) Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.MountVolumes.withAzureFileShares(List<AzureFileShareReference> azureFileShares) Set a collection of Azure File Shares that are to be mounted to the cluster nodes.MountVolumes.withFileServers(List<FileServerReference> fileServers) Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.MountVolumes.withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems) Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.Methods in com.microsoft.azure.management.batchai with parameters of type MountVolumesModifier and TypeMethodDescriptionJobCreateParameters.withMountVolumes(MountVolumes mountVolumes) Set information on mount volumes to be used by the job.NodeSetup.withMountVolumes(MountVolumes mountVolumes) Set mount volumes to be available to setup task and all jobs executing on the cluster.