CustomImagePropertiesCustomFragment Class

Properties for creating a custom image from a VHD.

Inheritance
msrest.serialization.Model
CustomImagePropertiesCustomFragment

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
str

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