你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomPersistentDiskProperties 类
自定义永久性磁盘资源有效负载。
你可能想要直接使用子类,而不是此类。 已知的子类是:AzureFileVolume。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
CustomPersistentDiskProperties
构造函数
CustomPersistentDiskProperties(*, mount_path: str, read_only: Optional[bool] = None, mount_options: Optional[List[str]] = None, **kwargs)
变量
- mount_path
- str
必需。 永久性磁盘的装载路径。
- read_only
- bool
指示永久性磁盘是否为 readOnly 磁盘。
反馈
提交和查看相关反馈