NFSMountConfiguration interface
用于连接到 NFS 文件系统的信息。
属性
| mount |
这些是 Windows 中的“net use”选项,Linux 中的“装载”选项。 |
| relative |
所有文件系统都相对于 Batch 装载目录进行装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。 |
| source | 要装载的文件系统的 URI。 |
属性详细信息
mountOptions
这些是 Windows 中的“net use”选项,Linux 中的“装载”选项。
mountOptions?: string
属性值
string
relativeMountPath
所有文件系统都相对于 Batch 装载目录进行装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。
relativeMountPath: string
属性值
string
source
要装载的文件系统的 URI。
source: string
属性值
string