Partilhar via


WorkflowOutputParameter Classe

O parâmetro de saída do fluxo de trabalho.

As variáveis só são preenchidas pelo servidor e serão ignoradas ao enviar um pedido.

Herança
azure.mgmt.web.v2022_09_01.models._models_py3.WorkflowParameter
WorkflowOutputParameter

Construtor

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)

Parâmetros Só de Palavra-Chave

Name Description
type

O tipo. Os valores conhecidos são: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object" e "SecureObject".

value
<xref:JSON>

O valor.

metadata
<xref:JSON>

Os metadados.

description
str

A descrição.

Variáveis

Name Description
type

O tipo. Os valores conhecidos são: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object" e "SecureObject".

value
<xref:JSON>

O valor.

metadata
<xref:JSON>

Os metadados.

description
str

A descrição.

error
<xref:JSON>

Obtém o erro.