CifsMountConfigurationOutput interface
Information used to connect to a CIFS file system.
Properties
| mount |
Additional command line options to pass to the mount command. These are 'net use' options in Windows and 'mount' options in Linux. |
| password | The password to use for authentication against the CIFS file system. |
| relative |
The relative path on the compute node where the file system will be mounted. All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. |
| source | The URI of the file system to mount. |
| username | The user to use for authentication against the CIFS file system. |
Property Details
mountOptions
Additional command line options to pass to the mount command. These are 'net use' options in Windows and 'mount' options in Linux.
mountOptions?: string
Property Value
string
password
The password to use for authentication against the CIFS file system.
password: string
Property Value
string
relativeMountPath
The relative path on the compute node where the file system will be mounted. All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
relativeMountPath: string
Property Value
string
source
The URI of the file system to mount.
source: string
Property Value
string
username
The user to use for authentication against the CIFS file system.
username: string
Property Value
string