ManagedIntegrationRuntimeOperationResult interface
Properties of managed integration runtime operation result.
Properties
| activity |
The activity id for the operation request. |
| additional |
Additional properties |
| error |
The error code. |
| parameters | Managed integration runtime error parameters. |
| result | The operation result. |
| start |
The start time of the operation. |
| type | The operation type. Could be start or stop. |
Property Details
activityId
The activity id for the operation request.
activityId?: string
Property Value
string
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
errorCode
The error code.
errorCode?: string
Property Value
string
parameters
Managed integration runtime error parameters.
parameters?: string[]
Property Value
string[]
result
The operation result.
result?: string
Property Value
string
startTime
The start time of the operation.
startTime?: Date
Property Value
Date
type
The operation type. Could be start or stop.
type?: string
Property Value
string