RestorePointSourceMetadata interface
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.
Properties
| diagnostics |
Gets the diagnostics profile. |
| hardware |
Gets the hardware profile. |
| license |
Gets the license type, which is for bring your own license scenario. |
| location | Location of the VM from which the restore point was created. |
| os |
Gets the OS profile. |
| security |
Gets the security profile. |
| storage |
Gets the storage profile. |
| vm |
Gets the virtual machine unique id. |
Property Details
diagnosticsProfile
Gets the diagnostics profile.
diagnosticsProfile?: DiagnosticsProfile
Property Value
hardwareProfile
licenseType
Gets the license type, which is for bring your own license scenario.
licenseType?: string
Property Value
string
location
Location of the VM from which the restore point was created.
location?: string
Property Value
string
osProfile
securityProfile
storageProfile
Gets the storage profile.
storageProfile?: RestorePointSourceVMStorageProfile
Property Value
vmId
Gets the virtual machine unique id.
vmId?: string
Property Value
string