WorkflowParameter Classe
Os parâmetros de fluxo de trabalho.
- Herança
-
azure.mgmt.web._serialization.ModelWorkflowParameter
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
|
str ou
ParameterType
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
|
A descrição. |
Variáveis
Nome | Description |
---|---|
type
|
str ou
ParameterType
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
|
A descrição. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python