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