你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryApplicationProperties interface

描述库应用程序定义的属性。

属性

customActions

可以使用此库应用程序中的所有库应用程序版本执行的自定义操作列表。

description

此库应用程序定义资源的说明。 此属性可更新。

endOfLifeDate

库应用程序定义的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。

eula

库应用程序定义的 Eula 协议。

privacyStatementUri

隐私声明 URI。

releaseNoteUri

发行说明 URI。

supportedOSType

此属性允许指定应用程序为其构建的 OS 支持的类型。 可能的值包括:Windows、Linux。

属性详细信息

customActions

可以使用此库应用程序中的所有库应用程序版本执行的自定义操作列表。

customActions?: GalleryApplicationCustomAction[]

属性值

description

此库应用程序定义资源的说明。 此属性可更新。

description?: string

属性值

string

endOfLifeDate

库应用程序定义的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。

endOfLifeDate?: Date

属性值

Date

eula

库应用程序定义的 Eula 协议。

eula?: string

属性值

string

privacyStatementUri

隐私声明 URI。

privacyStatementUri?: string

属性值

string

releaseNoteUri

发行说明 URI。

releaseNoteUri?: string

属性值

string

supportedOSType

此属性允许指定应用程序为其构建的 OS 支持的类型。 可能的值包括:Windows、Linux。

supportedOSType: OperatingSystemTypes

属性值