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