你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeComputeProperties interface

托管集成运行时的计算资源属性。

属性

dataFlowProperties

托管集成运行时的数据流属性。

location

托管集成运行时的位置。 可在 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 找到支持的区域

maxParallelExecutionsPerNode

托管集成运行时每个节点的最大并行执行计数。

nodeSize

托管集成运行时的节点大小要求。

numberOfNodes

托管集成运行时所需的节点数。

vNetProperties

托管集成运行时的 VNet 属性。

属性详细信息

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

vNetProperties

托管集成运行时的 VNet 属性。

vNetProperties?: IntegrationRuntimeVNetProperties

属性值