ManagedIntegrationRuntimeOperationResult Class
Properties of managed integration runtime operation result.
Constructor
ManagedIntegrationRuntimeOperationResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The operation type. Could be start or stop. |
|
start_time
|
The start time of the operation. |
|
result
|
The operation result. |
|
error_code
|
The error code. |
|
parameters
|
Managed integration runtime error parameters. |
|
activity_id
|
The activity id for the operation request. |
Attributes
activity_id
The activity id for the operation request.
activity_id: str | None
error_code
The error code.
error_code: str | None
parameters
Managed integration runtime error parameters.
parameters: list[str] | None
result
The operation result.
result: str | None
start_time
The start time of the operation.
start_time: datetime | None
type
The operation type. Could be start or stop.
type: str | None