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
|
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python