你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.v2023_12_01.models._models_py3.WorkflowParameter
WorkflowOutputParameter

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

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
str

The description.

Variables

Name Description
type

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
str

The description.

error
<xref:JSON>

Gets the error.