Class IntegrationRuntimeState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeState>
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeState
public final class IntegrationRuntimeState
extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeState>
The state of integration runtime.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeState
Static value AccessDenied for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Initial for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Limited for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value NeedRegistration for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Offline for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Online for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Started for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Starting for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Stopped for IntegrationRuntimeState.static final IntegrationRuntimeState
Static value Stopping for IntegrationRuntimeState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntegrationRuntimeState
fromString
(String name) Creates or finds a IntegrationRuntimeState from its string representation.static Collection<IntegrationRuntimeState>
values()
Gets known IntegrationRuntimeState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INITIAL
Static value Initial for IntegrationRuntimeState. -
STOPPED
Static value Stopped for IntegrationRuntimeState. -
STARTED
Static value Started for IntegrationRuntimeState. -
STARTING
Static value Starting for IntegrationRuntimeState. -
STOPPING
Static value Stopping for IntegrationRuntimeState. -
NEED_REGISTRATION
Static value NeedRegistration for IntegrationRuntimeState. -
ONLINE
Static value Online for IntegrationRuntimeState. -
LIMITED
Static value Limited for IntegrationRuntimeState. -
OFFLINE
Static value Offline for IntegrationRuntimeState. -
ACCESS_DENIED
Static value AccessDenied for IntegrationRuntimeState.
-
-
Constructor Details
-
IntegrationRuntimeState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IntegrationRuntimeState value.
-
-
Method Details
-
fromString
Creates or finds a IntegrationRuntimeState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeState.
-
values
Gets known IntegrationRuntimeState values.- Returns:
- known IntegrationRuntimeState values.
-
fromString(String)
factory method.