GalleryApplicationUpdate Class
Specifies information about the gallery Application Definition that you want to update.
- Inheritance
-
azure.mgmt.compute.v2019_07_01.models._models_py3.UpdateResourceGalleryApplicationUpdate
Constructor
GalleryApplicationUpdate(*, 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
Required
The description of this gallery Application Definition resource. This property is updatable.
- end_of_life_date
- datetime
Required
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
Required
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".
Feedback
Submit and view feedback for