ManagedIntegrationRuntimeOperationResult interface
Properties of managed integration runtime operation result.
Properties
activity |
The activity id for the operation request. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error code. NOTE: This property will not be serialized. It can only be populated by the server. |
parameters | Managed integration runtime error parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
result | The operation result. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The operation type. Could be start or stop. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activityId
The activity id for the operation request. NOTE: This property will not be serialized. It can only be populated by the server.
activityId?: string
Property Value
string
errorCode
The error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
parameters
Managed integration runtime error parameters. NOTE: This property will not be serialized. It can only be populated by the server.
parameters?: string[]
Property Value
string[]
result
The operation result. NOTE: This property will not be serialized. It can only be populated by the server.
result?: string
Property Value
string
startTime
The start time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
type
The operation type. Could be start or stop. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string