CustomImagePropertiesCustom Class
Properties for creating a custom image from a VHD.
All required parameters must be populated in order to send to server.
Constructor
CustomImagePropertiesCustom(*, os_type: str | _models.CustomImageOsType, image_name: str | None = None, sys_prep: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
image_name
|
The image name. Default value: None
|
|
sys_prep
|
Indicates whether sysprep has been run on the VHD. Default value: None
|
|
os_type
|
The OS type of the custom image (i.e. Windows, Linux). Required. Known values are: "Windows", "Linux", and "None". |
Variables
| Name | Description |
|---|---|
|
image_name
|
The image name. |
|
sys_prep
|
Indicates whether sysprep has been run on the VHD. |
|
os_type
|
The OS type of the custom image (i.e. Windows, Linux). Required. Known values are: "Windows", "Linux", and "None". |