IntegrationRuntimeComputePropertiesResponse

data class IntegrationRuntimeComputePropertiesResponse(val copyComputeScaleProperties: CopyComputeScalePropertiesResponse? = null, val dataFlowProperties: IntegrationRuntimeDataFlowPropertiesResponse? = null, val location: String? = null, val maxParallelExecutionsPerNode: Int? = null, val nodeSize: String? = null, val numberOfNodes: Int? = null, val pipelineExternalComputeScaleProperties: PipelineExternalComputeScalePropertiesResponse? = null, val vNetProperties: IntegrationRuntimeVNetPropertiesResponse? = null)

The compute resource properties for managed integration runtime.

Constructors

constructor(copyComputeScaleProperties: CopyComputeScalePropertiesResponse? = null, dataFlowProperties: IntegrationRuntimeDataFlowPropertiesResponse? = null, location: String? = null, maxParallelExecutionsPerNode: Int? = null, nodeSize: String? = null, numberOfNodes: Int? = null, pipelineExternalComputeScaleProperties: PipelineExternalComputeScalePropertiesResponse? = null, vNetProperties: IntegrationRuntimeVNetPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

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: 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

Maximum parallel executions count per node for managed integration runtime.

Link copied to clipboard
val nodeSize: String? = null

The node size requirement to managed integration runtime.

Link copied to clipboard
val numberOfNodes: 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.