GalleryApplication Class
Specifies information about the gallery Application Definition that you want to create or update.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.compute.v2019_07_01.models._models_py3.ResourceGalleryApplication
Constructor
GalleryApplication(*, location: str, tags: Optional[Dict[str, str]] = None, description: Optional[str] = None, eula: Optional[str] = None, privacy_statement_uri: Optional[str] = None, release_note_uri: Optional[str] = None, end_of_life_date: Optional[datetime.datetime] = None, supported_os_type: Optional[Union[str, azure.mgmt.compute.v2019_07_01.models._compute_management_client_enums.OperatingSystemTypes]] = None, **kwargs)
Parameters
- description
- str
The description of this gallery Application Definition resource. This property is updatable.
- end_of_life_date
- datetime
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
- str or OperatingSystemTypes
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. Possible values
include: "Windows", "Linux".
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
Feedback
Submit and view feedback for