ImportLabVirtualMachineRequest Class

This represents the payload required to import a virtual machine from a different lab into the current one.

Inheritance
ImportLabVirtualMachineRequest

Constructor

ImportLabVirtualMachineRequest(*, source_virtual_machine_resource_id: Optional[str] = None, destination_virtual_machine_name: Optional[str] = None, **kwargs)

Parameters

source_virtual_machine_resource_id
str
Required

The full resource ID of the virtual machine to be imported.

destination_virtual_machine_name
str
Required

The name of the virtual machine in the destination lab.