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.v2020_09_30.models._models_py3.UpdateResourceDefinition
GalleryApplicationUpdate

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
str

The description of this gallery Application Definition resource. This property is updatable.

eula
str

The Eula agreement for the gallery Application Definition.

privacy_statement_uri
str

The privacy statement uri.

release_note_uri
str

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. <br>``<br> Possible values are: <br>``<br> Windows <br>``<br> Linux. Known values are: "Windows" and "Linux".

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

tags

Resource tags.

description
str

The description of this gallery Application Definition resource. This property is updatable.

eula
str

The Eula agreement for the gallery Application Definition.

privacy_statement_uri
str

The privacy statement uri.

release_note_uri
str

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. <br>``<br> Possible values are: <br>``<br> Windows <br>``<br> Linux. Known values are: "Windows" and "Linux".