IntegrationRuntimeComputeProperties interface   
托管集成运行时的计算资源属性。
属性
| copy | 托管集成运行时的 CopyComputeScale 属性。 | 
| data | 托管集成运行时的数据流属性。 | 
| location | 托管集成运行时的位置。 可在 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 找到支持的区域 | 
| max | 托管集成运行时每个节点的最大并行执行计数。 | 
| node | 托管集成运行时的节点大小要求。 | 
| number | 托管集成运行时所需的节点数。 | 
| pipeline | 托管集成运行时的 PipelineExternalComputeScale 属性。 | 
| v | 托管集成运行时的 VNet 属性。 | 
属性详细信息
		copyComputeScaleProperties
	   
	托管集成运行时的 CopyComputeScale 属性。
copyComputeScaleProperties?: CopyComputeScaleProperties属性值
		dataFlowProperties
	  
	托管集成运行时的数据流属性。
dataFlowProperties?: IntegrationRuntimeDataFlowProperties属性值
location
托管集成运行时的位置。 可在 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 找到支持的区域
location?: string属性值
string
		maxParallelExecutionsPerNode
	    
	托管集成运行时每个节点的最大并行执行计数。
maxParallelExecutionsPerNode?: number属性值
number
		nodeSize
	 
	托管集成运行时的节点大小要求。
nodeSize?: string属性值
string
		numberOfNodes
	 
	托管集成运行时所需的节点数。
numberOfNodes?: number属性值
number
		pipelineExternalComputeScaleProperties
	    
	托管集成运行时的 PipelineExternalComputeScale 属性。
pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties属性值
		vNetProperties
	  
	托管集成运行时的 VNet 属性。
vNetProperties?: IntegrationRuntimeVNetProperties