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 プロパティ。

適用対象