Uses of Class
com.microsoft.azure.management.batchai.MountVolumes
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of MountVolumes in com.microsoft.azure.management.batchai
Modifier 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.Modifier 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.