| Modifier and Type | Method and Description |
|---|---|
NFSMountConfiguration |
MountConfiguration.nfsMountConfiguration()
Get this property is mutually exclusive with all other properties.
|
NFSMountConfiguration |
NFSMountConfiguration.withMountOptions(String mountOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
NFSMountConfiguration |
NFSMountConfiguration.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.
|
NFSMountConfiguration |
NFSMountConfiguration.withSource(String source)
Set the source value.
|
| Modifier and Type | Method and Description |
|---|---|
MountConfiguration |
MountConfiguration.withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)
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.
*/