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