GalleryApplicationProperties Class
Describes the properties of a gallery Application Definition.
Constructor
GalleryApplicationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. Possible values are: Windows, Linux.. Required. Known values are: "Windows" and "Linux". |
|
custom_actions
|
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application. |
Attributes
custom_actions
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.
custom_actions: list['_models.GalleryApplicationCustomAction'] | None
description
The description of this gallery Application Definition resource. This property is updatable.
description: str | None
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.
end_of_life_date: datetime | None
eula
The Eula agreement for the gallery Application Definition.
eula: str | None
privacy_statement_uri
The privacy statement uri.
privacy_statement_uri: str | None
release_note_uri
The release note uri.
release_note_uri: str | None
supported_os_type
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.. Required. Known values are: "Windows" and "Linux".
supported_os_type: str | _models.OperatingSystemTypes