ImportLabVirtualMachineRequest Class

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

Constructor

ImportLabVirtualMachineRequest(*, source_virtual_machine_resource_id: str | None = None, destination_virtual_machine_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source_virtual_machine_resource_id
str

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

Default value: None
destination_virtual_machine_name
str

The name of the virtual machine in the destination lab.

Default value: None

Variables

Name Description
source_virtual_machine_resource_id
str

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

destination_virtual_machine_name
str

The name of the virtual machine in the destination lab.