IntegrationRuntimeAutoUpdate Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datafactory. models. IntegrationRuntimeAutoUpdate
- com.
- com.
public final class IntegrationRuntimeAutoUpdate
extends ExpandableStringEnum<IntegrationRuntimeAutoUpdate>
The state of integration runtime auto update.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Integration |
OFF
Static value Off for Integration |
|
static final
Integration |
ON
Static value On for Integration |
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeAutoUpdate() |
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
OFF
public static final IntegrationRuntimeAutoUpdate OFF
Static value Off for IntegrationRuntimeAutoUpdate.
ON
public static final IntegrationRuntimeAutoUpdate ON
Static value On for IntegrationRuntimeAutoUpdate.
Constructor Details
IntegrationRuntimeAutoUpdate
@Deprecated
public IntegrationRuntimeAutoUpdate()
Deprecated
Creates a new instance of IntegrationRuntimeAutoUpdate value.
Method Details
fromString
public static IntegrationRuntimeAutoUpdate fromString(String name)
Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.
Parameters:
Returns:
values
public static Collection<IntegrationRuntimeAutoUpdate> values()
Gets known IntegrationRuntimeAutoUpdate values.
Returns: