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

VolumeMount 类

定义

卷装载的属性。

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

构造函数

VolumeMount()

初始化 VolumeMount 类的新实例。

VolumeMount(String, String, Nullable<Boolean>)

初始化 VolumeMount 类的新实例。

属性

MountPath

获取或设置容器中应装载卷的路径。 不得包含冒号 (:)。

Name

获取或设置卷装载的名称。

ReadOnlyProperty

获取或设置指示卷装载是否为只读的标志。

方法

Validate()

验证 对象。

适用于