DataFlowReference Class
Data flow reference type.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowReference
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
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Data flow reference type. Required. "DataFlowReference" |
reference_name
|
Reference data flow name. Required. |
dataset_parameters
|
<xref:JSON>
Reference data flow parameters from dataset. |
parameters
|
Data flow parameters. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Data flow reference type. Required. "DataFlowReference" |
reference_name
|
Reference data flow name. Required. |
dataset_parameters
|
<xref:JSON>
Reference data flow parameters from dataset. |
parameters
|
Data flow parameters. |
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