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

IntegrationRuntimeComputeProperties 类

定义

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties+IntegrationRuntimeComputePropertiesConverter))]
public class IntegrationRuntimeComputeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties+IntegrationRuntimeComputePropertiesConverter))>]
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
继承
IntegrationRuntimeComputeProperties
属性

构造函数

IntegrationRuntimeComputeProperties()

初始化 IntegrationRuntimeComputeProperties 的新实例。

属性

AdditionalProperties

其他属性。

DataFlowProperties

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

Location

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

MaxParallelExecutionsPerNode

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

NodeSize

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

NumberOfNodes

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

VNetProperties

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

适用于