IntegrationRuntimeState type

The state of integration runtime.
KnownIntegrationRuntimeState can be used interchangeably with IntegrationRuntimeState, this enum contains the known values that the service supports.

Known values supported by the service

Initial: Initial
Stopped: Stopped
Started: Started
Starting: Starting
Stopping: Stopping
NeedRegistration: NeedRegistration
Online: Online
Limited: Limited
Offline: Offline
AccessDenied: AccessDenied

type IntegrationRuntimeState = string