Uses of Class
com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
Packages that use AzureBlobFileSystemReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AzureBlobFileSystemReference in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return AzureBlobFileSystemReferenceModifier 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.Methods in com.microsoft.azure.management.batchai that return types with arguments of type AzureBlobFileSystemReferenceModifier and TypeMethodDescriptionMountVolumes.azureBlobFileSystems()
Get a collection of Azure Blob Containers that are to be mounted to the cluster nodes.Method parameters in com.microsoft.azure.management.batchai with type arguments of type AzureBlobFileSystemReferenceModifier and TypeMethodDescriptionMountVolumes.withAzureBlobFileSystems
(List<AzureBlobFileSystemReference> azureBlobFileSystems) Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.