Compartilhar via


WorkflowParameter Classe

Os parâmetros de fluxo de trabalho.

Herança
azure.mgmt.web._serialization.Model
WorkflowParameter

Construtor

WorkflowParameter(*, 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 somente de palavra-chave

Nome 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

Nome 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.