Class Transformation

java.lang.Object
com.azure.resourcemanager.datafactory.models.Transformation
Direct Known Subclasses:
DataFlowSink, DataFlowSource

public class Transformation extends Object
A data flow transformation.
  • Constructor Details

    • Transformation

      public Transformation()
  • Method Details

    • name

      public String name()
      Get the name property: Transformation name.
      Returns:
      the name value.
    • withName

      public Transformation withName(String name)
      Set the name property: Transformation name.
      Parameters:
      name - the name value to set.
      Returns:
      the Transformation object itself.
    • description

      public String description()
      Get the description property: Transformation description.
      Returns:
      the description value.
    • withDescription

      public Transformation withDescription(String description)
      Set the description property: Transformation description.
      Parameters:
      description - the description value to set.
      Returns:
      the Transformation object itself.
    • dataset

      public DatasetReference dataset()
      Get the dataset property: Dataset reference.
      Returns:
      the dataset value.
    • withDataset

      public Transformation withDataset(DatasetReference dataset)
      Set the dataset property: Dataset reference.
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the Transformation object itself.
    • linkedService

      public LinkedServiceReference linkedService()
      Get the linkedService property: Linked service reference.
      Returns:
      the linkedService value.
    • withLinkedService

      public Transformation withLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: Linked service reference.
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the Transformation object itself.
    • flowlet

      public DataFlowReference flowlet()
      Get the flowlet property: Flowlet Reference.
      Returns:
      the flowlet value.
    • withFlowlet

      public Transformation withFlowlet(DataFlowReference flowlet)
      Set the flowlet property: Flowlet Reference.
      Parameters:
      flowlet - the flowlet value to set.
      Returns:
      the Transformation object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.