IntegrationRuntimeStatus Class
Integration runtime status.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ManagedIntegrationRuntimeStatus, SelfHostedIntegrationRuntimeStatus
Constructor
IntegrationRuntimeStatus(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted". |
|
data_factory_name
|
The data factory name which the integration runtime belong to. |
|
state
|
The state of integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied". |
Attributes
data_factory_name
The data factory name which the integration runtime belong to.
data_factory_name: str | None
state
"Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied".
state: str | _models.IntegrationRuntimeState | None
type
"Managed" and "SelfHosted".
type: str