IntegrationRuntimeComputeProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイムのコンピューティング リソースのプロパティ。
[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 プロパティ。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET