Package version:

Interface LinkedIntegrationRuntime

The linked integration runtime information.

interface LinkedIntegrationRuntime {
    createTime?: any;
    dataFactoryLocation?: string;
    dataFactoryName?: string;
    name?: string;
    subscriptionId?: string;
}

Properties

createTime?: any

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

dataFactoryLocation?: string

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

dataFactoryName?: string

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

name?: string

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

subscriptionId?: string

The subscription ID for which the linked integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.