IntegrationRuntimeComputeProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイムのコンピューティング リソースプロパティ。
public class IntegrationRuntimeComputeProperties
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
- 継承
-
IntegrationRuntimeComputeProperties
コンストラクター
IntegrationRuntimeComputeProperties() |
IntegrationRuntimeComputeProperties の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)。 例 :
|
CopyComputeScaleProperties |
マネージド統合ランタイムの CopyComputeScale プロパティ。 |
DataFlowProperties |
マネージド統合ランタイムのデータ フロー プロパティ。 |
Location |
マネージド統合ランタイムの場所。 サポートされているリージョンは、 にあります https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities。 |
MaxParallelExecutionsPerNode |
マネージド統合ランタイムのノードあたりの並列実行の最大数。 |
NodeSize |
マネージド統合ランタイムに対するノード サイズの要件。 |
NumberOfNodes |
マネージド統合ランタイムに必要なノード数。 |
PipelineExternalComputeScaleProperties |
マネージド統合ランタイムの PipelineExternalComputeScale プロパティ。 |
VnetProperties |
マネージド統合ランタイムの VNet プロパティ。 |