NFSMountConfiguration interface
Information used to connect to an NFS file system.
Properties
mount |
These are 'net use' options in Windows and 'mount' options in Linux. |
relative |
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. |
Property Details
mountOptions
These are 'net use' options in Windows and 'mount' options in Linux.
mountOptions?: string
Property Value
string
relativeMountPath
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