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

RestorePointSourceMetadata 类

描述为其创建了还原点的虚拟机的属性。 提供的属性是创建还原点时捕获的整体虚拟机属性的子集和快照。

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

构造函数

RestorePointSourceMetadata(*, hardware_profile: _models.HardwareProfile | None = None, storage_profile: _models.RestorePointSourceVMStorageProfile | None = None, os_profile: _models.OSProfile | None = None, diagnostics_profile: _models.DiagnosticsProfile | None = None, license_type: str | None = None, vm_id: str | None = None, security_profile: _models.SecurityProfile | None = None, location: str | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
hardware_profile

获取硬件配置文件。

storage_profile

获取存储配置文件。

os_profile

获取 OS 配置文件。

diagnostics_profile

获取诊断配置文件。

license_type
str

获取许可证类型,该类型用于自带许可证方案。

vm_id
str

获取虚拟机唯一 ID。

security_profile

获取安全配置文件。

location
str

从中创建还原点的 VM 的位置。

变量

名称 说明
hardware_profile

获取硬件配置文件。

storage_profile

获取存储配置文件。

os_profile

获取 OS 配置文件。

diagnostics_profile

获取诊断配置文件。

license_type
str

获取许可证类型,该类型用于自带许可证方案。

vm_id
str

获取虚拟机唯一 ID。

security_profile

获取安全配置文件。

location
str

从中创建还原点的 VM 的位置。