Package version:

Interface GalleryApplication

Specifies information about the gallery Application Definition that you want to create or update.

interface GalleryApplication {
    customActions?: GalleryApplicationCustomAction[];
    description?: string;
    endOfLifeDate?: any;
    eula?: string;
    id?: string;
    location: string;
    name?: string;
    privacyStatementUri?: string;
    releaseNoteUri?: string;
    supportedOSType?: OperatingSystemTypes;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.

description?: string

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

endOfLifeDate?: any

The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

eula?: string

The Eula agreement for the gallery Application Definition.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

privacyStatementUri?: string

The privacy statement uri.

releaseNoteUri?: string

The release note uri.

supportedOSType?: OperatingSystemTypes

This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.