Class DataFlowSource

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

public class DataFlowSource extends Transformation
Transformation for data flow source.
  • Constructor Details

    • DataFlowSource

      public DataFlowSource()
  • Method Details

    • schemaLinkedService

      public LinkedServiceReference schemaLinkedService()
      Get the schemaLinkedService property: Schema linked service reference.
      Returns:
      the schemaLinkedService value.
    • withSchemaLinkedService

      public DataFlowSource withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
      Set the schemaLinkedService property: Schema linked service reference.
      Parameters:
      schemaLinkedService - the schemaLinkedService value to set.
      Returns:
      the DataFlowSource object itself.
    • withName

      public DataFlowSource withName(String name)
      Set the name property: Transformation name.
      Overrides:
      withName in class Transformation
      Parameters:
      name - the name value to set.
      Returns:
      the Transformation object itself.
    • withDescription

      public DataFlowSource withDescription(String description)
      Set the description property: Transformation description.
      Overrides:
      withDescription in class Transformation
      Parameters:
      description - the description value to set.
      Returns:
      the Transformation object itself.
    • withDataset

      public DataFlowSource withDataset(DatasetReference dataset)
      Set the dataset property: Dataset reference.
      Overrides:
      withDataset in class Transformation
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the Transformation object itself.
    • withLinkedService

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

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

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