IntegrationRuntimeComputeProperties interface
托管集成运行时的计算资源属性。
属性
| data |
托管集成运行时的数据流属性。 |
| location | 托管集成运行时的位置。 可在 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 找到支持的区域 |
| max |
托管集成运行时每个节点的最大并行执行计数。 |
| node |
托管集成运行时的节点大小要求。 |
| number |
托管集成运行时所需的节点数。 |
| v |
托管集成运行时的 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