Share via


RestorePointSourceMetadataOutput 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.

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.

vmId

Gets the virtual machine unique id.

Property Details

diagnosticsProfile

Gets the diagnostics profile.

diagnosticsProfile?: DiagnosticsProfileOutput

Property Value

hardwareProfile

Gets the hardware profile.

hardwareProfile?: HardwareProfileOutput

Property Value

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?: OSProfileOutput

Property Value

securityProfile

Gets the security profile.

securityProfile?: SecurityProfileOutput

Property Value

storageProfile

Gets the storage profile.

storageProfile?: RestorePointSourceVMStorageProfileOutput

Property Value

vmId

Gets the virtual machine unique id.

vmId?: string

Property Value

string