IntegrationRuntimeComputeProperties Class   
The compute resource properties for managed integration runtime.
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 | Unmatched properties from the message are deserialized to this collection. Default value: 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. Default value: None | 
| node_size | The node size requirement to managed integration runtime. Default value: None | 
| number_of_nodes | The required number of nodes for managed integration runtime. Default value: None | 
| max_parallel_executions_per_node | Maximum parallel executions count per node for managed integration runtime. Default value: None | 
| data_flow_properties | Data flow properties for managed integration runtime. Default value: None | 
| v_net_properties | VNet properties for managed integration runtime. Default value: None | 
| copy_compute_scale_properties | CopyComputeScale properties for managed integration runtime. Default value: None | 
| pipeline_external_compute_scale_properties | PipelineExternalComputeScale properties for managed integration runtime. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| 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. | 
| node_size | The node size requirement to managed integration runtime. | 
| number_of_nodes | The required number of nodes for managed integration runtime. | 
| max_parallel_executions_per_node | 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. |