WorkflowOutputParameter Class
The workflow output parameter.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2022_09_01.models._models_py3.WorkflowParameterWorkflowOutputParameter
Constructor
WorkflowOutputParameter(*, type: str | _models.ParameterType | None = None, value: MutableMapping[str, Any] | None = None, metadata: MutableMapping[str, Any] | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
ParameterType
The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject", and "Int". |
value
|
<xref:JSON>
The value. |
metadata
|
<xref:JSON>
The metadata. |
description
|
The description. |
Variables
Name | Description |
---|---|
type
|
str or
ParameterType
The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject", and "Int". |
value
|
<xref:JSON>
The value. |
metadata
|
<xref:JSON>
The metadata. |
description
|
The description. |
error
|
<xref:JSON>
Gets the error. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python