ManagedIntegrationRuntimeStatus interface

Managed integration runtime status.

Extends

Properties

createTime

The time at which the integration runtime was created, in ISO8601 format.

lastOperation

The last operation result that occurred on this integration runtime.

nodes

The list of nodes for managed integration runtime.

otherErrors

The errors that occurred on this integration runtime.

type

Type of integration runtime.

Inherited Properties

additionalProperties

Additional properties

dataFactoryName

The data factory name which the integration runtime belong to.

state

The state of integration runtime.

Property Details

createTime

The time at which the integration runtime was created, in ISO8601 format.

createTime?: Date

Property Value

Date

lastOperation

The last operation result that occurred on this integration runtime.

lastOperation?: ManagedIntegrationRuntimeOperationResult

Property Value

nodes

The list of nodes for managed integration runtime.

nodes?: ManagedIntegrationRuntimeNode[]

Property Value

otherErrors

The errors that occurred on this integration runtime.

otherErrors?: ManagedIntegrationRuntimeError[]

Property Value

type

Type of integration runtime.

type: "Managed"

Property Value

"Managed"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From IntegrationRuntimeStatus.additionalProperties

dataFactoryName

The data factory name which the integration runtime belong to.

dataFactoryName?: string

Property Value

string

Inherited From IntegrationRuntimeStatus.dataFactoryName

state

The state of integration runtime.

state?: string

Property Value

string

Inherited From IntegrationRuntimeStatus.state