GalleryApplicationProperties interface
Describes the properties of a gallery Application Definition.
Properties
| custom |
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application. |
| description | The description of this gallery Application Definition resource. This property is updatable. |
| end |
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. |
| eula | The Eula agreement for the gallery Application Definition. |
| privacy |
The privacy statement uri. |
| release |
The release note uri. |
| supported |
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux. |
Property Details
customActions
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.
customActions?: GalleryApplicationCustomAction[]
Property Value
description
The description of this gallery Application Definition resource. This property is updatable.
description?: string
Property Value
string
endOfLifeDate
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.
endOfLifeDate?: Date
Property Value
Date
eula
The Eula agreement for the gallery Application Definition.
eula?: string
Property Value
string
privacyStatementUri
The privacy statement uri.
privacyStatementUri?: string
Property Value
string
releaseNoteUri
The release note uri.
releaseNoteUri?: string
Property Value
string
supportedOSType
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.
supportedOSType: OperatingSystemTypes