GalleryApplicationUpdate Class
Specifies information about the gallery Application 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.v2021_10_01.models._models_py3.UpdateResourceDefinitionGalleryApplicationUpdate
Constructor
GalleryApplicationUpdate(*, 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, end_of_life_date: datetime | None = None, supported_os_type: str | _models.OperatingSystemTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
description
|
The description of this gallery Application Definition resource. This property is updatable. |
eula
|
The Eula agreement for the gallery Application Definition. |
privacy_statement_uri
|
The privacy statement uri. |
release_note_uri
|
The release note uri. |
end_of_life_date
|
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. |
supported_os_type
|
This property allows you to specify the supported type of the OS
that application is built for. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
tags
|
Resource tags. |
description
|
The description of this gallery Application Definition resource. This property is updatable. |
eula
|
The Eula agreement for the gallery Application Definition. |
privacy_statement_uri
|
The privacy statement uri. |
release_note_uri
|
The release note uri. |
end_of_life_date
|
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. |
supported_os_type
|
This property allows you to specify the supported type of the OS that
application is built for. |
Azure SDK for Python