你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkflowOutputParameter 类
工作流输出参数。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2023_01_01.models._models_py3.WorkflowParameterWorkflowOutputParameter
构造函数
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)
仅限关键字的参数
名称 | 说明 |
---|---|
type
|
类型。 已知值为:“NotSpecified”、“String”、“SecureString”、“Int”、“Float”、“Bool”、“Array”、“Object”和“SecureObject”。 |
value
|
<xref:JSON>
值。 |
metadata
|
<xref:JSON>
元数据。 |
description
|
说明。 |
变量
名称 | 说明 |
---|---|
type
|
类型。 已知值为:“NotSpecified”、“String”、“SecureString”、“Int”、“Float”、“Bool”、“Array”、“Object”和“SecureObject”。 |
value
|
<xref:JSON>
值。 |
metadata
|
<xref:JSON>
元数据。 |
description
|
说明。 |
error
|
<xref:JSON>
获取错误。 |