public class CIFSMountConfiguration extends Object
| Constructor and Description |
|---|
CIFSMountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
mountOptions()
Get these are 'net use' options in Windows and 'mount' options in Linux.
|
String |
password()
Get the password value.
|
String |
relativeMountPath()
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
String |
source()
Get the source value.
|
String |
username()
Get the username value.
|
CIFSMountConfiguration |
withMountOptions(String mountOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
CIFSMountConfiguration |
withPassword(String password)
Set the password value.
|
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 |
withSource(String source)
Set the source value.
|
CIFSMountConfiguration |
withUsername(String username)
Set the username value.
|
public String username()
public CIFSMountConfiguration withUsername(String username)
username - the username value to setpublic String source()
public CIFSMountConfiguration withSource(String source)
source - the source value to setpublic String relativeMountPath()
public CIFSMountConfiguration withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath value to setpublic String mountOptions()
public CIFSMountConfiguration withMountOptions(String mountOptions)
mountOptions - the mountOptions value to setpublic String password()
public CIFSMountConfiguration withPassword(String password)
password - the password value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/