Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowReference
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowReference in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecuteDataFlowActivityTypeProperties.dataFlow()
Get the dataFlow property: Data flow reference.Modifier and TypeMethodDescriptionExecuteDataFlowActivityTypeProperties.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.ExecutePowerQueryActivityTypeProperties.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference. -
Uses of DataFlowReference in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteDataFlowActivity.dataFlow()
Get the dataFlow property: Data flow reference.ExecuteWranglingDataflowActivity.dataFlow()
Get the dataFlow property: Data flow reference.Transformation.flowlet()
Get the flowlet property: Flowlet Reference.DataFlowReference.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow reference type.DataFlowReference.withDatasetParameters
(Object datasetParameters) Set the datasetParameters property: Reference data flow parameters from dataset.DataFlowReference.withParameters
(Map<String, Object> parameters) Set the parameters property: Data flow parameters.DataFlowReference.withReferenceName
(String referenceName) Set the referenceName property: Reference data flow name.DataFlowReference.withType
(DataFlowReferenceType type) Set the type property: Data flow reference type.Modifier and TypeMethodDescriptionExecuteDataFlowActivity.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.ExecuteWranglingDataflowActivity.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.DataFlowSink.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.DataFlowSource.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.PowerQuerySink.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.PowerQuerySource.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.Transformation.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.