Class PipelineReferenceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PipelineReferenceType>
com.azure.analytics.synapse.artifacts.models.PipelineReferenceType

public final class PipelineReferenceType extends com.azure.core.util.ExpandableStringEnum<PipelineReferenceType>
Pipeline reference type.
  • Field Details

    • PIPELINE_REFERENCE

      public static final PipelineReferenceType PIPELINE_REFERENCE
      Static value PipelineReference for PipelineReferenceType.
  • Constructor Details

    • PipelineReferenceType

      public PipelineReferenceType()
  • Method Details

    • fromString

      public static PipelineReferenceType fromString(String name)
      Creates or finds a PipelineReferenceType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PipelineReferenceType.
    • values

      public static Collection<PipelineReferenceType> values()
      Gets known PipelineReferenceType values.
      Returns:
      known PipelineReferenceType values.