IntegrationRuntimeStatus Class
Integration runtime status.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ManagedIntegrationRuntimeStatus, SelfHostedIntegrationRuntimeStatus.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
IntegrationRuntimeStatus
Constructor
IntegrationRuntimeStatus(*, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str or IntegrationRuntimeType
Required. Type of integration runtime.Constant filled by server. Known values are: "Managed", "SelfHosted".
- data_factory_name
- str
The data factory name which the integration runtime belong to.
- state
- str or IntegrationRuntimeState
The state of integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", "AccessDenied".
Feedback
Submit and view feedback for