Class MountVolumes

java.lang.Object
com.microsoft.azure.management.batchai.MountVolumes

public class MountVolumes extends Object
Details of volumes to mount on the cluster.
  • Constructor Details

    • MountVolumes

      public MountVolumes()
  • Method Details

    • azureFileShares

      public List<AzureFileShareReference> azureFileShares()
      Get a collection of Azure File Shares that are to be mounted to the cluster nodes.
      Returns:
      the azureFileShares value
    • withAzureFileShares

      public MountVolumes withAzureFileShares(List<AzureFileShareReference> azureFileShares)
      Set a collection of Azure File Shares that are to be mounted to the cluster nodes.
      Parameters:
      azureFileShares - the azureFileShares value to set
      Returns:
      the MountVolumes object itself.
    • azureBlobFileSystems

      public List<AzureBlobFileSystemReference> 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

      public List<FileServerReference> fileServers()
      Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
      Returns:
      the fileServers value
    • withFileServers

      public MountVolumes withFileServers(List<FileServerReference> fileServers)
      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

      public List<UnmanagedFileSystemReference> 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.