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

GalleryApplicationCustomActionParameter interface

The definition of a parameter that can be passed to a custom action of a Gallery Application Version.

Properties

defaultValue

The default value of the parameter. Only applies to string types

description

A description to help users understand what this parameter means

name

The name of the custom action. Must be unique within the Gallery Application Version.

required

Indicates whether this parameter must be passed when running the custom action.

type

Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob

Property Details

defaultValue

The default value of the parameter. Only applies to string types

defaultValue?: string

Property Value

string

description

A description to help users understand what this parameter means

description?: string

Property Value

string

name

The name of the custom action. Must be unique within the Gallery Application Version.

name: string

Property Value

string

required

Indicates whether this parameter must be passed when running the custom action.

required?: boolean

Property Value

boolean

type

Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob

type?: GalleryApplicationCustomActionParameterType

Property Value