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
fun ManagedIntegrationRuntimeStatusResponse(createTime: String, dataFactoryName: String, lastOperation: ManagedIntegrationRuntimeOperationResultResponse, nodes: List<ManagedIntegrationRuntimeNodeResponse>, otherErrors: List<ManagedIntegrationRuntimeErrorResponse>, state: String, type: String)