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.ModelRestorePointSourceMetadata
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
|
Gets the license type, which is for bring your own license scenario. |
vm_id
|
Gets the virtual machine unique id. |
security_profile
|
Gets the security profile. |
location
|
Location of the VM from which the restore point was created. |
user_data
|
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". |
Azure SDK for Python