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

GalleryApplicationCustomAction 类

定义

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

public class GalleryApplicationCustomAction
type GalleryApplicationCustomAction = class
Public Class GalleryApplicationCustomAction
继承
GalleryApplicationCustomAction

构造函数

GalleryApplicationCustomAction()

初始化 GalleryApplicationCustomAction 类的新实例。

GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)

初始化 GalleryApplicationCustomAction 类的新实例。

属性

Description

获取或设置说明,以帮助用户了解此自定义操作的作用。

Name

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

Parameters

获取或设置此自定义操作使用的参数

Script

获取或设置在执行此自定义操作时要运行的脚本。

方法

Validate()

验证 对象。

适用于