Managed Integration Runtime Status Response
data class ManagedIntegrationRuntimeStatusResponse(val createTime: String, val dataFactoryName: String, val lastOperation: ManagedIntegrationRuntimeOperationResultResponse, val nodes: List<ManagedIntegrationRuntimeNodeResponse>, val otherErrors: List<ManagedIntegrationRuntimeErrorResponse>, val state: String, val type: String)
Managed integration runtime status.
Constructors
Link copied to clipboard
constructor(createTime: String, dataFactoryName: String, lastOperation: ManagedIntegrationRuntimeOperationResultResponse, nodes: List<ManagedIntegrationRuntimeNodeResponse>, otherErrors: List<ManagedIntegrationRuntimeErrorResponse>, state: String, type: String)
Properties
Link copied to clipboard
The time at which the integration runtime was created, in ISO8601 format.
Link copied to clipboard
The workspace name which the integration runtime belong to.
Link copied to clipboard
The last operation result that occurred on this integration runtime.
Link copied to clipboard
The list of nodes for managed integration runtime.
Link copied to clipboard
The errors that occurred on this integration runtime.