Uses of Class
com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AzureBlobFileSystemReference in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionAzureBlobFileSystemReference.withAccountName
(String accountName) Set name of the Azure storage account.AzureBlobFileSystemReference.withContainerName
(String containerName) Set name of the Azure Blob Storage container to mount on the cluster.AzureBlobFileSystemReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.AzureBlobFileSystemReference.withMountOptions
(String mountOptions) Set mount options for mounting blobfuse file system.AzureBlobFileSystemReference.withRelativeMountPath
(String relativeMountPath) Set the relative path on the compute node where the Azure File container will be mounted.Modifier and TypeMethodDescriptionMountVolumes.azureBlobFileSystems()
Get a collection of Azure Blob Containers that are to be mounted to the cluster nodes.Modifier and TypeMethodDescriptionMountVolumes.withAzureBlobFileSystems
(List<AzureBlobFileSystemReference> azureBlobFileSystems) Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.