Integration Runtime Compute Properties Args
data class IntegrationRuntimeComputePropertiesArgs(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 vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null) : ConvertibleToJava<IntegrationRuntimeComputePropertiesArgs>
The compute resource properties for managed integration runtime.
Constructors
Link copied to clipboard
constructor(dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, location: Output<String>? = null, maxParallelExecutionsPerNode: Output<Int>? = null, nodeSize: Output<String>? = null, numberOfNodes: Output<Int>? = null, vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null)
Properties
Link copied to clipboard
Data flow properties for managed integration runtime.
Link copied to clipboard
Maximum parallel executions count per node for managed integration runtime.
Link copied to clipboard
The required number of nodes for managed integration runtime.
Link copied to clipboard
VNet properties for managed integration runtime.