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: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.ParameterType]] = None, value: Optional[Any] = None, metadata: Optional[Any] = None, description: Optional[str] = None, **kwargs)

Variables

type
str or ParameterType

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.