ParameterSpecification Class
Definition of a single parameter for an entity.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelParameterSpecification
Constructor
ParameterSpecification(*, type: str | _models.ParameterType, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
ParameterType
Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int". |
default_value
|
<xref:JSON>
Default value of parameter. |
Variables
Name | Description |
---|---|
type
|
str or
ParameterType
Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int". |
default_value
|
<xref:JSON>
Default value of parameter. |
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