IntegrationRuntimeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeType
- com.
- com.
public final class IntegrationRuntimeType
extends ExpandableStringEnum<IntegrationRuntimeType>
The type of integration runtime.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Integration |
MANAGED
Static value Managed for Integration |
|
static final
Integration |
SELF_HOSTED
Static value Self |
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeType() |
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
MANAGED
public static final IntegrationRuntimeType MANAGED
Static value Managed for IntegrationRuntimeType.
SELF_HOSTED
public static final IntegrationRuntimeType SELF_HOSTED
Static value SelfHosted for IntegrationRuntimeType.
Constructor Details
IntegrationRuntimeType
@Deprecated
public IntegrationRuntimeType()
Deprecated
Creates a new instance of IntegrationRuntimeType value.
Method Details
fromString
public static IntegrationRuntimeType fromString(String name)
Creates or finds a IntegrationRuntimeType from its string representation.
Parameters:
Returns:
values
public static Collection<IntegrationRuntimeType> values()
Gets known IntegrationRuntimeType values.
Returns: