ImportLabVirtualMachineRequest Class
This represents the payload required to import a virtual machine from a different lab into the current one.
- Inheritance
-
msrest.serialization.ModelImportLabVirtualMachineRequest
Constructor
ImportLabVirtualMachineRequest(*, source_virtual_machine_resource_id: str | None = None, destination_virtual_machine_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
source_virtual_machine_resource_id
Required
|
The full resource ID of the virtual machine to be imported. |
destination_virtual_machine_name
Required
|
The name of the virtual machine in the destination lab. |
Keyword-Only Parameters
Name | Description |
---|---|
source_virtual_machine_resource_id
Required
|
|
destination_virtual_machine_name
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python