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

GalleryApplicationCustomAction interface

可以使用库应用程序版本执行的自定义操作。

属性

description

帮助用户了解此自定义操作的作用的说明。

name

自定义操作的名称。 在库应用程序版本中必须是唯一的。

parameters

此自定义操作使用的参数

script

执行此自定义操作时要运行的脚本。

属性详细信息

description

帮助用户了解此自定义操作的作用的说明。

description?: string

属性值

string

name

自定义操作的名称。 在库应用程序版本中必须是唯一的。

name: string

属性值

string

parameters

此自定义操作使用的参数

parameters?: GalleryApplicationCustomActionParameter[]

属性值

script

执行此自定义操作时要运行的脚本。

script: string

属性值

string