次の方法で共有


IntegrationRuntimeComputeProperties クラス

定義

マネージド統合ランタイムのコンピューティング リソースプロパティ。

public class IntegrationRuntimeComputeProperties
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
継承
IntegrationRuntimeComputeProperties

コンストラクター

IntegrationRuntimeComputeProperties()

IntegrationRuntimeComputeProperties の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)

例 :

  • BinaryData.FromObjectAsJson("foo")ペイロード "foo" を作成します。
  • BinaryData.FromString("\"foo\"")ペイロード "foo" を作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" }のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

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

適用対象