Class PipelineReference

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

public final class PipelineReference extends Object
Pipeline reference type.
  • Constructor Details

    • PipelineReference

      public PipelineReference()
  • Method Details

    • getType

      public PipelineReferenceType getType()
      Get the type property: Pipeline reference type.
      Returns:
      the type value.
    • setType

      Set the type property: Pipeline reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the PipelineReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: Reference pipeline name.
      Returns:
      the referenceName value.
    • setReferenceName

      public PipelineReference setReferenceName(String referenceName)
      Set the referenceName property: Reference pipeline name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the PipelineReference object itself.
    • getName

      public String getName()
      Get the name property: Reference name.
      Returns:
      the name value.
    • setName

      public PipelineReference setName(String name)
      Set the name property: Reference name.
      Parameters:
      name - the name value to set.
      Returns:
      the PipelineReference object itself.