CustomImagePropertiesFromVm Class
Properties for creating a custom image from a virtual machine.
Constructor
CustomImagePropertiesFromVm(*, source_vm_id: str | None = None, windows_os_info: _models.WindowsOsInfo | None = None, linux_os_info: _models.LinuxOsInfo | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
source_vm_id
|
The source vm identifier. Default value: None
|
|
windows_os_info
|
The Windows OS information of the VM. Default value: None
|
|
linux_os_info
|
The Linux OS information of the VM. Default value: None
|
Variables
| Name | Description |
|---|---|
|
source_vm_id
|
The source vm identifier. |
|
windows_os_info
|
The Windows OS information of the VM. |
|
linux_os_info
|
The Linux OS information of the VM. |