Pipeline External Compute Scale Properties Response
data class PipelineExternalComputeScalePropertiesResponse(val numberOfExternalNodes: Int? = null, val numberOfPipelineNodes: Int? = null, val timeToLive: Int? = null)
PipelineExternalComputeScale properties for managed integration runtime.
Constructors
Link copied to clipboard
fun PipelineExternalComputeScalePropertiesResponse(numberOfExternalNodes: Int? = null, numberOfPipelineNodes: Int? = null, timeToLive: Int? = null)