| Modifier and Type | Method and Description |
|---|---|
AzureBlobFileSystemConfiguration |
MountConfiguration.azureBlobFileSystemConfiguration()
Get this property is mutually exclusive with all other properties.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withAccountKey(String accountKey)
Set this property is mutually exclusive with both sasKey and identity; exactly one must be specified.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withAccountName(String accountName)
Set the accountName value.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withBlobfuseOptions(String blobfuseOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withContainerName(String containerName)
Set the containerName value.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withRelativeMountPath(String relativeMountPath)
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withSasKey(String sasKey)
Set this property is mutually exclusive with both accountKey and identity; exactly one must be specified.
|
| Modifier and Type | Method and Description |
|---|---|
MountConfiguration |
MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)
Set this property is mutually exclusive with all other properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/