Get Gallery Application Result
data class GetGalleryApplicationResult(val customActions: List<GalleryApplicationCustomActionResponse>? = null, val description: String? = null, val endOfLifeDate: String? = null, val eula: String? = null, val id: String, val location: String, val name: String, val privacyStatementUri: String? = null, val releaseNoteUri: String? = null, val supportedOSType: String, val tags: Map<String, String>? = null, val type: String)
Specifies information about the gallery Application Definition that you want to create or update.
Constructors
Link copied to clipboard
constructor(customActions: List<GalleryApplicationCustomActionResponse>? = null, description: String? = null, endOfLifeDate: String? = null, eula: String? = null, id: String, location: String, name: String, privacyStatementUri: String? = null, releaseNoteUri: String? = null, supportedOSType: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.
Link copied to clipboard
The description of this gallery Application Definition resource. This property is updatable.
Link copied to clipboard
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.
Link copied to clipboard
The privacy statement uri.
Link copied to clipboard
The release note uri.
Link copied to clipboard
This property allows you to specify the supported type of the OS that application is built for.
Possible values are:
Windows
Linux