CustomImagePropertiesCustom Class
Properties for creating a custom image from a VHD.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCustomImagePropertiesCustom
Constructor
CustomImagePropertiesCustom(*, os_type: str | CustomImageOsType, image_name: str | None = None, sys_prep: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
image_name
Required
|
The image name. |
sys_prep
Required
|
Indicates whether sysprep has been run on the VHD. |
os_type
Required
|
Required. The OS type of the custom image (i.e. Windows, Linux). Possible values include: "Windows", "Linux", "None". |
Keyword-Only Parameters
Name | Description |
---|---|
os_type
Required
|
|
image_name
Required
|
|
sys_prep
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python