CustomImagePropertiesCustomFragment Class
Properties for creating a custom image from a VHD.
- Inheritance
-
msrest.serialization.ModelCustomImagePropertiesCustomFragment
Constructor
CustomImagePropertiesCustomFragment(*, image_name: str | None = None, sys_prep: bool | None = None, os_type: str | CustomImageOsType | 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
|
The OS type of the custom image (i.e. Windows, Linux). Possible values include: "Windows", "Linux", "None". |
Keyword-Only Parameters
Name | Description |
---|---|
image_name
Required
|
|
sys_prep
Required
|
|
os_type
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