GalleryImageUpdate Class
Specifies information about the gallery Image Definition that you want to update.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2019_07_01.models._models_py3.UpdateResourceGalleryImageUpdate
Constructor
GalleryImageUpdate(*, tags: Dict[str, str] | None = None, description: str | None = None, eula: str | None = None, privacy_statement_uri: str | None = None, release_note_uri: str | None = None, os_type: str | _models.OperatingSystemTypes | None = None, os_state: str | _models.OperatingSystemStateTypes | None = None, hyper_v_generation: str | _models.HyperVGeneration | None = None, end_of_life_date: datetime | None = None, identifier: _models.GalleryImageIdentifier | None = None, recommended: _models.RecommendedMachineConfiguration | None = None, disallowed: _models.Disallowed | None = None, purchase_plan: _models.ImagePurchasePlan | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
description
|
The description of this gallery Image Definition resource. This property is updatable. |
eula
|
The Eula agreement for the gallery Image Definition. |
privacy_statement_uri
|
The privacy statement uri. |
release_note_uri
|
The release note uri. |
os_type
|
This property allows you to specify the type of the OS that is included in
the disk when creating a VM from a managed image. |
os_state
|
This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. Known values are: "Generalized" and "Specialized". |
hyper_v_generation
|
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Known values are: "V1" and "V2". |
end_of_life_date
|
The end of life date of the gallery Image Definition. This property can be used for decommissioning purposes. This property is updatable. |
identifier
|
This is the gallery Image Definition identifier. |
recommended
|
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. |
disallowed
|
Describes the disallowed disk types. |
purchase_plan
|
Describes the gallery Image Definition purchase plan. This is used by marketplace images. |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
description
|
The description of this gallery Image Definition resource. This property is updatable. |
eula
|
The Eula agreement for the gallery Image Definition. |
privacy_statement_uri
|
The privacy statement uri. |
release_note_uri
|
The release note uri. |
os_type
|
This property allows you to specify the type of the OS that is included in the
disk when creating a VM from a managed image. |
os_state
|
This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. Known values are: "Generalized" and "Specialized". |
hyper_v_generation
|
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Known values are: "V1" and "V2". |
end_of_life_date
|
The end of life date of the gallery Image Definition. This property can be used for decommissioning purposes. This property is updatable. |
identifier
|
This is the gallery Image Definition identifier. |
recommended
|
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. |
disallowed
|
Describes the disallowed disk types. |
purchase_plan
|
Describes the gallery Image Definition purchase plan. This is used by marketplace images. |
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
Azure SDK for Python