Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowSource
-
Packages that use DataFlowSource 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 DataFlowSource in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type DataFlowSource Modifier and Type Method Description List<DataFlowSource>
FlowletTypeProperties. sources()
Get the sources property: List of sources in Flowlet.List<DataFlowSource>
MappingDataFlowTypeProperties. sources()
Get the sources property: List of sources in data flow.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type DataFlowSource Modifier and Type Method Description FlowletTypeProperties
FlowletTypeProperties. withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in Flowlet.MappingDataFlowTypeProperties
MappingDataFlowTypeProperties. withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in data flow. -
Uses of DataFlowSource in com.azure.resourcemanager.datafactory.models
Subclasses of DataFlowSource in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
PowerQuerySource
Power query source.Methods in com.azure.resourcemanager.datafactory.models that return DataFlowSource Modifier and Type Method Description DataFlowSource
DataFlowSource. withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.DataFlowSource
DataFlowSource. withDescription(String description)
Set the description property: Transformation description.DataFlowSource
DataFlowSource. withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.DataFlowSource
DataFlowSource. withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.DataFlowSource
DataFlowSource. withName(String name)
Set the name property: Transformation name.DataFlowSource
DataFlowSource. withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowSource Modifier and Type Method Description List<DataFlowSource>
Flowlet. sources()
Get the sources property: List of sources in Flowlet.List<DataFlowSource>
MappingDataFlow. sources()
Get the sources property: List of sources in data flow.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowSource Modifier and Type Method Description Flowlet
Flowlet. withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in Flowlet.MappingDataFlow
MappingDataFlow. withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in data flow.
-