WorkflowOutputParameter Class
The workflow output parameter.
Variables are only populated by the server, and will be ignored when sending a request.
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". Default value: None
|
value
|
The value. Default value: None
|
metadata
|
The metadata. Default value: None
|
description
|
The description. Default value: None
|
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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python