GalleryApplication interface
Specifies information about the gallery Application Definition that you want to create or update.
- Extends
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. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
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
Property Value
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type