IntegrationRuntimeComputeProperties Class

The compute resource properties for managed integration runtime.

Constructor

IntegrationRuntimeComputeProperties(*args: Any, **kwargs: Any)

Variables

Name Description
location
str

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.

node_size
str

The node size requirement to managed integration runtime.

number_of_nodes
int

The required number of nodes for managed integration runtime.

max_parallel_executions_per_node
int

Maximum parallel executions count per node for managed integration runtime.

data_flow_properties

Data flow properties for managed integration runtime.

v_net_properties

VNet properties for managed integration runtime.

copy_compute_scale_properties

CopyComputeScale properties for managed integration runtime.

pipeline_external_compute_scale_properties

PipelineExternalComputeScale properties for managed integration runtime.

Attributes

copy_compute_scale_properties

CopyComputeScale properties for managed integration runtime.

copy_compute_scale_properties: _models.CopyComputeScaleProperties | None

data_flow_properties

Data flow properties for managed integration runtime.

data_flow_properties: _models.IntegrationRuntimeDataFlowProperties | None

location

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.

location: str | None

max_parallel_executions_per_node

Maximum parallel executions count per node for managed integration runtime.

max_parallel_executions_per_node: int | None

node_size

The node size requirement to managed integration runtime.

node_size: str | None

number_of_nodes

The required number of nodes for managed integration runtime.

number_of_nodes: int | None

pipeline_external_compute_scale_properties

PipelineExternalComputeScale properties for managed integration runtime.

pipeline_external_compute_scale_properties: _models.PipelineExternalComputeScaleProperties | None

v_net_properties

VNet properties for managed integration runtime.

v_net_properties: _models.IntegrationRuntimeVNetProperties | None