Package version:

Interface IntegrationRuntime

Azure Data Factory nested object which serves as a compute resource for activities.

interface IntegrationRuntime {
    description?: 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

Properties

description?: string

Integration runtime description.

type: "Managed" | "SelfHosted"

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