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

RestorePointSourceMetadata Class

Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute._serialization.Model
RestorePointSourceMetadata

Constructor

RestorePointSourceMetadata(*, storage_profile: _models.RestorePointSourceVMStorageProfile | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
storage_profile

Gets the storage profile.

Variables

Name Description
hardware_profile

Gets the hardware profile.

storage_profile

Gets the storage profile.

os_profile

Gets the OS profile.

diagnostics_profile

Gets the diagnostics profile.

license_type
str

Gets the license type, which is for bring your own license scenario.

vm_id
str

Gets the virtual machine unique id.

security_profile

Gets the security profile.

location
str

Location of the VM from which the restore point was created.

user_data
str

UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value.

hyper_v_generation

HyperVGeneration of the source VM for which restore point is captured. Known values are: "V1" and "V2".