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

AzureFileVolume interface

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

扩展

属性

shareName

Azure 文件共享的共享名称。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

enableSubPath

如果设置为 true,它将为每个单独的应用实例创建并装载专用目录。

mountOptions

这些是永久性磁盘的装载选项。

mountPath

永久性磁盘的装载路径。

readOnly

指示永久性磁盘是否为 readOnly 磁盘。

属性详细信息

shareName

Azure 文件共享的共享名称。

shareName?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "AzureFileVolume"

属性值

"AzureFileVolume"

继承属性详细信息

enableSubPath

如果设置为 true,它将为每个单独的应用实例创建并装载专用目录。

enableSubPath?: boolean

属性值

boolean

继承自 CustomPersistentDiskProperties.enableSubPath

mountOptions

这些是永久性磁盘的装载选项。

mountOptions?: string[]

属性值

string[]

继承自customPersistentDiskProperties.mountOptions

mountPath

永久性磁盘的装载路径。

mountPath: string

属性值

string

继承自customPersistentDiskProperties.mountPath

readOnly

指示永久性磁盘是否为 readOnly 磁盘。

readOnly?: boolean

属性值

boolean

继承自 CustomPersistentDiskProperties.readOnly