Class WranglingDataFlow

java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlow
com.azure.resourcemanager.datafactory.models.WranglingDataFlow

public final class WranglingDataFlow extends DataFlow
Power Query data flow.
  • Constructor Details

    • WranglingDataFlow

      public WranglingDataFlow()
  • Method Details

    • withDescription

      public WranglingDataFlow withDescription(String description)
      Set the description property: The description of the data flow.
      Overrides:
      withDescription in class DataFlow
      Parameters:
      description - the description value to set.
      Returns:
      the DataFlow object itself.
    • withAnnotations

      public WranglingDataFlow withAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the data flow.
      Overrides:
      withAnnotations in class DataFlow
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the DataFlow object itself.
    • withFolder

      public WranglingDataFlow withFolder(DataFlowFolder folder)
      Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
      Overrides:
      withFolder in class DataFlow
      Parameters:
      folder - the folder value to set.
      Returns:
      the DataFlow object itself.
    • sources

      public List<PowerQuerySource> sources()
      Get the sources property: List of sources in Power Query.
      Returns:
      the sources value.
    • withSources

      public WranglingDataFlow withSources(List<PowerQuerySource> sources)
      Set the sources property: List of sources in Power Query.
      Parameters:
      sources - the sources value to set.
      Returns:
      the WranglingDataFlow object itself.
    • script

      public String script()
      Get the script property: Power query mashup script.
      Returns:
      the script value.
    • withScript

      public WranglingDataFlow withScript(String script)
      Set the script property: Power query mashup script.
      Parameters:
      script - the script value to set.
      Returns:
      the WranglingDataFlow object itself.
    • documentLocale

      public String documentLocale()
      Get the documentLocale property: Locale of the Power query mashup document.
      Returns:
      the documentLocale value.
    • withDocumentLocale

      public WranglingDataFlow withDocumentLocale(String documentLocale)
      Set the documentLocale property: Locale of the Power query mashup document.
      Parameters:
      documentLocale - the documentLocale value to set.
      Returns:
      the WranglingDataFlow object itself.
    • validate

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