ManagedIntegrationRuntimeOperationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of managed integration runtime operation result.
public class ManagedIntegrationRuntimeOperationResult
type ManagedIntegrationRuntimeOperationResult = class
Public Class ManagedIntegrationRuntimeOperationResult
- Inheritance
-
ManagedIntegrationRuntimeOperationResult
Constructors
ManagedIntegrationRuntimeOperationResult() |
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class. |
ManagedIntegrationRuntimeOperationResult(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, IList<String>, String) |
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class. |
Properties
ActivityId |
Gets the activity id for the operation request. |
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
ErrorCode |
Gets the error code. |
Parameters |
Gets managed integration runtime error parameters. |
Result |
Gets the operation result. |
StartTime |
Gets the start time of the operation. |
Type |
Gets the operation type. Could be start or stop. |
Applies to
Azure SDK for .NET