你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NFSMountConfiguration interface

用于连接到 NFS 文件系统的信息。

属性

mountOptions

这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

relativeMountPath

所有文件系统都相对于 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