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

CIFSMountConfiguration interface

表示 CIFSMountConfiguration 的接口。

属性

mountOptions

要传递给装载命令的其他命令行选项。 这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

password

用于对 CIFS 文件系统进行身份验证的密码。

relativeMountPath

将装载文件系统的计算节点上的相对路径。 所有文件系统都相对于 Batch 装载目录进行装载,可通过 AZ_BATCH_NODE_MOUNTS_DIR 环境变量进行访问。

source

要装载的文件系统的 URI。

username

用于对 CIFS 文件系统进行身份验证的用户。

属性详细信息

mountOptions

要传递给装载命令的其他命令行选项。 这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

mountOptions?: string

属性值

string

password

用于对 CIFS 文件系统进行身份验证的密码。

password: string

属性值

string

relativeMountPath

将装载文件系统的计算节点上的相对路径。 所有文件系统都相对于 Batch 装载目录进行装载,可通过 AZ_BATCH_NODE_MOUNTS_DIR 环境变量进行访问。

relativeMountPath: string

属性值

string

source

要装载的文件系统的 URI。

source: string

属性值

string

username

用于对 CIFS 文件系统进行身份验证的用户。

username: string

属性值

string