Package version:

Interface ManagedIntegrationRuntimeStatus

Managed integration runtime status.

interface ManagedIntegrationRuntimeStatus {
    createTime?: any;
    dataFactoryName?: string;
    lastOperation?: ManagedIntegrationRuntimeOperationResult;
    nodes?: ManagedIntegrationRuntimeNode[];
    otherErrors?: ManagedIntegrationRuntimeError[];
    state?: string;
    type: "Managed";
}

Hierarchy (view full)

Properties

createTime?: any

The time at which the integration runtime was created, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

dataFactoryName?: string

The data factory name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.

The last operation result that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

The list of nodes for managed integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

The errors that occurred on this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

type

Polymorphic discriminator, which specifies the different types this object can be