DataFlowReference Class

Data flow reference type.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowReference

Constructor

DataFlowReference(*, type: str | _models.DataFlowReferenceType, reference_name: str, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, dataset_parameters: MutableMapping[str, Any] | None = None, parameters: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type

Data flow reference type. Required. "DataFlowReference"

reference_name
str

Reference data flow name. Required.

dataset_parameters
<xref:JSON>

Reference data flow parameters from dataset.

parameters
dict[str, <xref:JSON>]

Data flow parameters.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type

Data flow reference type. Required. "DataFlowReference"

reference_name
str

Reference data flow name. Required.

dataset_parameters
<xref:JSON>

Reference data flow parameters from dataset.

parameters
dict[str, <xref:JSON>]

Data flow parameters.