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

GalleryApplicationCustomActionParameter interface

可传递给库应用程序版本的自定义作的参数的定义。

属性

defaultValue

参数的默认值。 仅适用于字符串类型

description

帮助用户了解此参数的含义的说明

name

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

required

指示运行自定义作时是否必须传递此参数。

type

指定自定义作参数的类型。 可能的值包括:String、ConfigurationDataBlob 或 LogOutputBlob

属性详细信息

defaultValue

参数的默认值。 仅适用于字符串类型

defaultValue?: string

属性值

string

description

帮助用户了解此参数的含义的说明

description?: string

属性值

string

name

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

name: string

属性值

string

required

指示运行自定义作时是否必须传递此参数。

required?: boolean

属性值

boolean

type

指定自定义作参数的类型。 可能的值包括:String、ConfigurationDataBlob 或 LogOutputBlob

type?: GalleryApplicationCustomActionParameterType

属性值