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

AzureFileVolume interface

Azure 文件卷的属性。 Azure 文件共享装载为卷。

属性

readOnly

指示装载为卷的 Azure 文件共享是否为只读的标志。

shareName

要装载为卷的 Azure 文件共享的名称。

storageAccountKey

用于访问 Azure 文件共享的存储帐户访问密钥。

storageAccountName

包含 Azure 文件共享的存储帐户的名称。

属性详细信息

readOnly

指示装载为卷的 Azure 文件共享是否为只读的标志。

readOnly?: boolean

属性值

boolean

shareName

要装载为卷的 Azure 文件共享的名称。

shareName: string

属性值

string

storageAccountKey

用于访问 Azure 文件共享的存储帐户访问密钥。

storageAccountKey?: string

属性值

string

storageAccountName

包含 Azure 文件共享的存储帐户的名称。

storageAccountName: string

属性值

string