| Modifier and Type | Method and Description |
|---|---|
AzureFileShareConfiguration |
MountConfiguration.azureFileShareConfiguration()
Get this property is mutually exclusive with all other properties.
|
AzureFileShareConfiguration |
AzureFileShareConfiguration.withAccountKey(String accountKey)
Set the accountKey value.
|
AzureFileShareConfiguration |
AzureFileShareConfiguration.withAccountName(String accountName)
Set the accountName value.
|
AzureFileShareConfiguration |
AzureFileShareConfiguration.withAzureFileUrl(String azureFileUrl)
Set this is of the form 'https://{account}.file.core.windows.net/'.
|
AzureFileShareConfiguration |
AzureFileShareConfiguration.withMountOptions(String mountOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
AzureFileShareConfiguration |
AzureFileShareConfiguration.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.
|
| Modifier and Type | Method and Description |
|---|---|
MountConfiguration |
MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)
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.
*/