Package version:

Interface CreateLinkedIntegrationRuntimeRequest

The linked integration runtime information.

interface CreateLinkedIntegrationRuntimeRequest {
    dataFactoryLocation?: string;
    dataFactoryName?: string;
    name?: string;
    subscriptionId?: string;
}

Properties

dataFactoryLocation?: string

The location of the data factory that the linked integration runtime belongs to.

dataFactoryName?: string

The name of the data factory that the linked integration runtime belongs to.

name?: string

The name of the linked integration runtime.

subscriptionId?: string

The ID of the subscription that the linked integration runtime belongs to.