Share via


GalleryApplicationProperties interface

Describes the properties of a gallery Application Definition.

Properties

description

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

endOfLifeDate

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.

privacyStatementUri

The privacy statement uri.

releaseNoteUri

The release note uri.

supportedOSType

This property allows you to specify the supported type of the OS that application is built for.

Possible values are:

Windows

Linux

Property Details

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?: string | Date

Property Value

string | 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: "Windows" | "Linux"

Property Value

"Windows" | "Linux"