Package version:

Interface IntegrationRuntimeStatus

Integration runtime status.

interface IntegrationRuntimeStatus {
    dataFactoryName?: string;
    state?: string;
    type: "Managed" | "SelfHosted";
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

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

Properties

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.

state?: string

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

type: "Managed" | "SelfHosted"

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