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