Integration Runtime Compute Properties Args
data class IntegrationRuntimeComputePropertiesArgs(val copyComputeScaleProperties: Output<CopyComputeScalePropertiesArgs>? = null, val dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, val location: Output<String>? = null, val maxParallelExecutionsPerNode: Output<Int>? = null, val nodeSize: Output<String>? = null, val numberOfNodes: Output<Int>? = null, val pipelineExternalComputeScaleProperties: Output<PipelineExternalComputeScalePropertiesArgs>? = null, val vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null) : ConvertibleToJava<IntegrationRuntimeComputePropertiesArgs>
The compute resource properties for managed integration runtime.
Constructors
Link copied to clipboard
fun IntegrationRuntimeComputePropertiesArgs(copyComputeScaleProperties: Output<CopyComputeScalePropertiesArgs>? = null, dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, location: Output<String>? = null, maxParallelExecutionsPerNode: Output<Int>? = null, nodeSize: Output<String>? = null, numberOfNodes: Output<Int>? = null, pipelineExternalComputeScaleProperties: Output<PipelineExternalComputeScalePropertiesArgs>? = null, vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val pipelineExternalComputeScaleProperties: Output<PipelineExternalComputeScalePropertiesArgs>? = null