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

AzureFileShareConfiguration interface

用于连接到 Azure 文件共享的信息。

属性

accountKey

Azure 存储帐户密钥。

accountName

Azure 存储帐户名称。

azureFileUrl

此格式为“https://{account}.file.core.windows.net/”。

mountOptions

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

relativeMountPath

所有文件系统都相对于 Batch 装载目录进行装载,可通过 AZ_BATCH_NODE_MOUNTS_DIR 环境变量进行访问。

属性详细信息

accountKey

Azure 存储帐户密钥。

accountKey: string

属性值

string

accountName

Azure 存储帐户名称。

accountName: string

属性值

string

azureFileUrl

此格式为“https://{account}.file.core.windows.net/”。

azureFileUrl: string

属性值

string

mountOptions

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

mountOptions?: string

属性值

string

relativeMountPath

所有文件系统都相对于 Batch 装载目录进行装载,可通过 AZ_BATCH_NODE_MOUNTS_DIR 环境变量进行访问。

relativeMountPath: string

属性值

string