Package version:

Interface ManagedIntegrationRuntimeOperationResult

Properties of managed integration runtime operation result.

interface ManagedIntegrationRuntimeOperationResult {
    activityId?: string;
    errorCode?: string;
    parameters?: string[];
    result?: string;
    startTime?: any;
    type?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

activityId?: string

The activity id for the operation request. NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: string

The error code. NOTE: This property will not be serialized. It can only be populated by the server.

parameters?: string[]

Managed integration runtime error parameters. NOTE: This property will not be serialized. It can only be populated by the server.

result?: string

The operation result. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: any

The start time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The operation type. Could be start or stop. NOTE: This property will not be serialized. It can only be populated by the server.