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.WorkflowParameterWorkflowOutputParameter
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
|
str or
ParameterType
The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject". |
value
|
The value. |
metadata
|
The metadata. |
description
|
The description. |
Variables
Name | Description |
---|---|
type
|
str or
ParameterType
The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject". |
value
|
The value. |
metadata
|
The metadata. |
description
|
The description. |
error
|
Gets the error. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python