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