ManagedIntegrationRuntimeStatus interface
Managed integration runtime status.
- Extends
Properties
create |
The time at which the integration runtime was created, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last operation result that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
nodes | The list of nodes for managed integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
other |
The errors that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
data |
The data factory name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createTime
The time at which the integration runtime was created, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
createTime?: Date
Property Value
Date
lastOperation
The last operation result that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
lastOperation?: ManagedIntegrationRuntimeOperationResult
Property Value
nodes
The list of nodes for managed integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
nodes?: ManagedIntegrationRuntimeNode[]
Property Value
otherErrors
The errors that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
otherErrors?: ManagedIntegrationRuntimeError[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Managed"
Property Value
"Managed"
Inherited Property Details
dataFactoryName
The data factory name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.
dataFactoryName?: string
Property Value
string
Inherited From IntegrationRuntimeStatus.dataFactoryName
state
The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited From IntegrationRuntimeStatus.state