WorkflowOutputParameter Class

The workflow output parameter.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.WorkflowParameter
WorkflowOutputParameter

Constructor

WorkflowOutputParameter(*, type: str | ParameterType | None = None, value: Any | None = None, metadata: Any | None = None, description: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
type

The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

Variables

Name Description
type

The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

error
any

Gets the error.