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