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.Model
ParameterSpecification

Constructor

ParameterSpecification(*, type: str | _models.ParameterType, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", and "SecureString".

default_value
<xref:JSON>

Default value of parameter.

Variables

Name Description
type

Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", and "SecureString".

default_value
<xref:JSON>

Default value of parameter.