IntegrationRuntimeComputeProperties Class

The compute resource properties for managed integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
IntegrationRuntimeComputeProperties

Constructor

IntegrationRuntimeComputeProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, location: str | None = None, node_size: str | None = None, number_of_nodes: int | None = None, max_parallel_executions_per_node: int | None = None, data_flow_properties: _models.IntegrationRuntimeDataFlowProperties | None = None, v_net_properties: _models.IntegrationRuntimeVNetProperties | None = None, copy_compute_scale_properties: _models.CopyComputeScaleProperties | None = None, pipeline_external_compute_scale_properties: _models.PipelineExternalComputeScaleProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

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.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

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.