GetGalleryApplicationResult

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)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

The description of this gallery Application Definition resource. This property is updatable.

Link copied to clipboard
val endOfLifeDate: String? = null

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
val eula: String? = null

The Eula agreement for the gallery Application Definition.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The privacy statement uri.

Link copied to clipboard
val releaseNoteUri: String? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type