VariableSpecification Class
Definition of a single variable for a Pipeline.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelVariableSpecification
Constructor
VariableSpecification(*, type: str | _models.VariableType, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
VariableType
Variable type. Required. Known values are: "String", "Bool", and "Array". |
default_value
|
<xref:JSON>
Default value of variable. |
Variables
Name | Description |
---|---|
type
|
str or
VariableType
Variable type. Required. Known values are: "String", "Bool", and "Array". |
default_value
|
<xref:JSON>
Default value of variable. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python