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

VolumeMount interface

属性

containerMountPath

装载卷的容器上的目标路径

data

配置要装载在卷上的数据

readOnly

指定装载是否在容器上为只读的布尔值

volumeSubPath

卷中装载卷的子路径。

属性详细信息

containerMountPath

装载卷的容器上的目标路径

containerMountPath: string

属性值

string

data

配置要装载在卷上的数据

data?: string

属性值

string

readOnly

指定装载是否在容器上为只读的布尔值

readOnly?: boolean

属性值

boolean

volumeSubPath

卷中装载卷的子路径。

volumeSubPath: string

属性值

string