Class MountVolumes
java.lang.Object
com.microsoft.azure.management.batchai.MountVolumes
Details of volumes to mount on the cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a collection of Azure Blob Containers that are to be mounted to the cluster nodes.Get a collection of Azure File Shares that are to be mounted to the cluster nodes.Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.withAzureBlobFileSystems
(List<AzureBlobFileSystemReference> azureBlobFileSystems) Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.withAzureFileShares
(List<AzureFileShareReference> azureFileShares) Set a collection of Azure File Shares that are to be mounted to the cluster nodes.withFileServers
(List<FileServerReference> fileServers) Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.withUnmanagedFileSystems
(List<UnmanagedFileSystemReference> unmanagedFileSystems) Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.
-
Constructor Details
-
MountVolumes
public MountVolumes()
-
-
Method Details
-
azureBlobFileSystems
Get a collection of Azure Blob Containers that are to be mounted to the cluster nodes.- Returns:
- the azureBlobFileSystems value
-
withAzureBlobFileSystems
public MountVolumes withAzureBlobFileSystems(List<AzureBlobFileSystemReference> azureBlobFileSystems) Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.- Parameters:
azureBlobFileSystems
- the azureBlobFileSystems value to set- Returns:
- the MountVolumes object itself.
-
fileServers
Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.- Returns:
- the fileServers value
-
withFileServers
Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.- Parameters:
fileServers
- the fileServers value to set- Returns:
- the MountVolumes object itself.
-
unmanagedFileSystems
Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.- Returns:
- the unmanagedFileSystems value
-
withUnmanagedFileSystems
public MountVolumes withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems) Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.- Parameters:
unmanagedFileSystems
- the unmanagedFileSystems value to set- Returns:
- the MountVolumes object itself.