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

ContainerVolumeMount 类

定义

卷装载的属性。

public class ContainerVolumeMount
type ContainerVolumeMount = class
Public Class ContainerVolumeMount
继承
ContainerVolumeMount

构造函数

ContainerVolumeMount(String, String)

初始化 ContainerVolumeMount 的新实例。

属性

IsReadOnly

指示卷装入点是否为只读的标志。

MountPath

容器中要将该卷装载到的路径。 不得包含冒号 (:)。

Name

卷装入点的名称。

适用于