CustomImagePropertiesCustom Class

Properties for creating a custom image from a VHD.

All required parameters must be populated in order to send to Azure.

Inheritance
CustomImagePropertiesCustom

Constructor

CustomImagePropertiesCustom(*, os_type: Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.CustomImageOsType], image_name: Optional[str] = None, sys_prep: Optional[bool] = None, **kwargs)

Parameters

image_name
str
Required

The image name.

sys_prep
bool
Required

Indicates whether sysprep has been run on the VHD.

os_type
str or CustomImageOsType
Required

Required. The OS type of the custom image (i.e. Windows, Linux). Possible values include: "Windows", "Linux", "None".