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
- os_type
- str or CustomImageOsType
Required
Required. The OS type of the custom image (i.e. Windows, Linux). Possible values include: "Windows", "Linux", "None".
Feedback
Submit and view feedback for