ManagedIntegrationRuntimeStatus Class
Managed integration runtime status.
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
-
azure.mgmt.datafactory.models._models_py3.IntegrationRuntimeStatusManagedIntegrationRuntimeStatus
Constructor
ManagedIntegrationRuntimeStatus(*, 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".
- create_time
- datetime
The time at which the integration runtime was created, in ISO8601 format.
The list of nodes for managed integration runtime.
- other_errors
- list[ManagedIntegrationRuntimeError]
The errors that occurred on this integration runtime.
- last_operation
- ManagedIntegrationRuntimeOperationResult
The last operation result that occurred on this integration runtime.
Feedback
Submit and view feedback for