GalleryApplicationCustomActionParameter Class

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

Constructor

GalleryApplicationCustomActionParameter()

Variables

Name Description
name
str

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

required

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

type
Union[str, <xref:"GalleryApplicationCustomActionParameterType">]

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

default_value
str

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

description
str

A description to help users understand what this parameter means.

Attributes

defaultValue

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

defaultValue: str

description

A description to help users understand what this parameter means.

description: str

name

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

name: Required[str]

required

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

required: bool

type

String, ConfigurationDataBlob or LogOutputBlob. Known values are: "String", "ConfigurationDataBlob", and "LogOutputBlob".

type: str | GalleryApplicationCustomActionParameterType