Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeState
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeState in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeState
IntegrationRuntimeState.ACCESS_DENIED
Static value AccessDenied for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.INITIAL
Static value Initial for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.LIMITED
Static value Limited for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.NEED_REGISTRATION
Static value NeedRegistration for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.OFFLINE
Static value Offline for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.ONLINE
Static value Online for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.STARTED
Static value Started for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.STARTING
Static value Starting for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.STOPPED
Static value Stopped for IntegrationRuntimeState.static final IntegrationRuntimeState
IntegrationRuntimeState.STOPPING
Static value Stopping for IntegrationRuntimeState.Modifier and TypeMethodDescriptionstatic IntegrationRuntimeState
IntegrationRuntimeState.fromString
(String name) Creates or finds a IntegrationRuntimeState from its string representation.IntegrationRuntimeStatus.state()
Get the state property: The state of integration runtime.ManagedIntegrationRuntime.state()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.Modifier and TypeMethodDescriptionstatic Collection<IntegrationRuntimeState>
IntegrationRuntimeState.values()
Gets known IntegrationRuntimeState values.