PipelineReferenceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. PipelineReferenceType
- com.
- com.
public final class PipelineReferenceType
extends ExpandableStringEnum<PipelineReferenceType>
Pipeline reference type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Pipeline |
PIPELINE_REFERENCE
Static value Pipeline |
Constructor Summary
| Constructor | Description |
|---|---|
| PipelineReferenceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Pipeline |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Pipeline |
fromString(String name)
Creates or finds a Pipeline |
|
static
Collection<Pipeline |
values()
Gets known Pipeline |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PIPELINE_REFERENCE
public static final PipelineReferenceType PIPELINE_REFERENCE
Static value PipelineReference for PipelineReferenceType.
Constructor Details
PipelineReferenceType
@Deprecated
public PipelineReferenceType()
Deprecated
Creates a new instance of PipelineReferenceType value.
Method Details
fromString
public static PipelineReferenceType fromString(String name)
Creates or finds a PipelineReferenceType from its string representation.
Parameters:
Returns:
values
public static Collection<PipelineReferenceType> values()
Gets known PipelineReferenceType values.
Returns: