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

RestorePointSourceVMStorageProfile 类

描述存储配置文件。

继承
azure.mgmt.compute._serialization.Model
RestorePointSourceVMStorageProfile

构造函数

RestorePointSourceVMStorageProfile(*, os_disk: _models.RestorePointSourceVMOSDisk | None = None, data_disks: List[_models.RestorePointSourceVMDataDisk] | None = None, **kwargs)

变量

os_disk
RestorePointSourceVMOSDisk

获取在创建还原点时捕获的 VM 的 OS 磁盘。

data_disks
list[RestorePointSourceVMDataDisk]

获取在创建还原点时捕获的 VM 的数据磁盘。