PipelineExternalComputeScaleProperties interface
PipelineExternalComputeScale properties for managed integration runtime.
Properties
| additional |
Additional properties |
| number |
Number of the the external nodes, which should be greater than 0 and less than 11. |
| number |
Number of the pipeline nodes, which should be greater than 0 and less than 11. |
| time |
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