IntegrationRuntimeComputePropertiesArgs

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
constructor(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)

Properties

Link copied to clipboard

CopyComputeScale properties for managed integration runtime.

Link copied to clipboard

Data flow properties for managed integration runtime.

Link copied to clipboard
val location: Output<String>? = null

The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities

Link copied to clipboard
val maxParallelExecutionsPerNode: Output<Int>? = null

Maximum parallel executions count per node for managed integration runtime.

Link copied to clipboard
val nodeSize: Output<String>? = null

The node size requirement to managed integration runtime.

Link copied to clipboard
val numberOfNodes: Output<Int>? = null

The required number of nodes for managed integration runtime.

Link copied to clipboard

PipelineExternalComputeScale properties for managed integration runtime.

Link copied to clipboard

VNet properties for managed integration runtime.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationRuntimeComputePropertiesArgs