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