Package version:

Interface PipelineExternalComputeScaleProperties

PipelineExternalComputeScale properties for managed integration runtime.

interface PipelineExternalComputeScaleProperties {
    numberOfExternalNodes?: number;
    numberOfPipelineNodes?: number;
    timeToLive?: number;
    [property: string]: any;
}

Indexable

  • [property: string]: any

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

Properties

numberOfExternalNodes?: number

Number of the the external nodes, which should be greater than 0 and less than 11.

numberOfPipelineNodes?: number

Number of the pipeline nodes, which should be greater than 0 and less than 11.

timeToLive?: number

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.