VariableSpecification Class
Definition of a single variable for a Pipeline.
All required parameters must be populated in order to send to server.
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. Default value: None
|
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. |