Class PipelineFolder

java.lang.Object
com.azure.analytics.synapse.artifacts.models.PipelineFolder

public final class PipelineFolder extends Object
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
  • Constructor Details

    • PipelineFolder

      public PipelineFolder()
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the folder that this Pipeline is in.
      Returns:
      the name value.
    • setName

      public PipelineFolder setName(String name)
      Set the name property: The name of the folder that this Pipeline is in.
      Parameters:
      name - the name value to set.
      Returns:
      the PipelineFolder object itself.