WorkflowParameter Class
The workflow parameters.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkflowParameter
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
ParameterType
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
|
The description. |
Variables
Name | Description |
---|---|
type
|
str or
ParameterType
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
|
The description. |
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