CustomImagePropertiesFromVm Class

Properties for creating a custom image from a virtual machine.

Inheritance
CustomImagePropertiesFromVm

Constructor

CustomImagePropertiesFromVm(*, source_vm_id: Optional[str] = None, windows_os_info: Optional[azure.mgmt.devtestlabs.models._models_py3.WindowsOsInfo] = None, linux_os_info: Optional[azure.mgmt.devtestlabs.models._models_py3.LinuxOsInfo] = None, **kwargs)

Parameters

source_vm_id
str
Required

The source vm identifier.

windows_os_info
WindowsOsInfo
Required

The Windows OS information of the VM.

linux_os_info
LinuxOsInfo
Required

The Linux OS information of the VM.