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

diagnosticsProfile

Gets the diagnostics profile.

hardwareProfile

Gets the hardware profile.

hyperVGeneration

HyperVGeneration of the source VM for which restore point is captured.

licenseType

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

location

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

osProfile

Gets the OS profile.

securityProfile

Gets the security profile.

storageProfile

Gets the storage profile.

userData

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

vmId

Gets the virtual machine unique id.

Property Details

diagnosticsProfile

Gets the diagnostics profile.

diagnosticsProfile?: DiagnosticsProfile

Property Value

hardwareProfile

Gets the hardware profile.

hardwareProfile?: HardwareProfile

Property Value

hyperVGeneration

HyperVGeneration of the source VM for which restore point is captured.

hyperVGeneration?: string

Property Value

string

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

Gets the OS profile.

osProfile?: OSProfile

Property Value

securityProfile

Gets the security profile.

securityProfile?: SecurityProfile

Property Value

storageProfile

Gets the storage profile.

storageProfile?: RestorePointSourceVMStorageProfile

Property Value

userData

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

userData?: string

Property Value

string

vmId

Gets the virtual machine unique id.

vmId?: string

Property Value

string