Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedIntegrationRuntimeOperationResult

Package version

Properties of managed integration runtime operation result.

Hierarchy

  • ManagedIntegrationRuntimeOperationResult

Indexable

[property: string]: any

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

Index

Properties

Optional activityId

activityId: undefined | string

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

Optional errorCode

errorCode: undefined | string

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

Optional parameters

parameters: string[]

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

Optional result

result: undefined | string

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

Optional startTime

startTime: Date

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

Optional type

type: undefined | string

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

Generated using TypeDoc