PipelineExternalComputeScaleProperties interface

PipelineExternalComputeScale properties for managed integration runtime.

Properties

additionalProperties

Additional properties

numberOfExternalNodes

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

numberOfPipelineNodes

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

timeToLive

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

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

numberOfExternalNodes

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

numberOfExternalNodes?: number

Property Value

number

numberOfPipelineNodes

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

numberOfPipelineNodes?: number

Property Value

number

timeToLive

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

timeToLive?: number

Property Value

number