IntegrationRuntimeComputeProperties interface   
The compute resource properties for managed integration runtime.
Properties
| data | Data flow properties for managed integration runtime. | 
| 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 | 
| max | Maximum parallel executions count per node for managed integration runtime. | 
| node | The node size requirement to managed integration runtime. | 
| number | The required number of nodes for managed integration runtime. | 
| v | VNet properties for managed integration runtime. | 
Property Details
		dataFlowProperties
	  
	Data flow properties for managed integration runtime.
dataFlowProperties?: IntegrationRuntimeDataFlowPropertiesProperty Value
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?: stringProperty Value
string
		maxParallelExecutionsPerNode
	    
	Maximum parallel executions count per node for managed integration runtime.
maxParallelExecutionsPerNode?: numberProperty Value
number
		nodeSize
	 
	The node size requirement to managed integration runtime.
nodeSize?: stringProperty Value
string
		numberOfNodes
	 
	The required number of nodes for managed integration runtime.
numberOfNodes?: numberProperty Value
number
		vNetProperties
	  
	VNet properties for managed integration runtime.
vNetProperties?: IntegrationRuntimeVNetProperties