次の方法で共有


SynapseIntegrationRuntimeComputeProperties クラス

定義

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

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

コンストラクター

SynapseIntegrationRuntimeComputeProperties()

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

プロパティ

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" }のペイロードを作成します。

DataFlowProperties

マネージド統合ランタイムのデータ フロー プロパティ。

Location

マネージド統合ランタイムの場所。 サポートされているリージョンは、 にあります https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities

MaxParallelExecutionsPerNode

マネージド統合ランタイムのノードあたりの最大並列実行数。

NodeSize

マネージド統合ランタイムのノード サイズ要件。

NumberOfNodes

マネージド統合ランタイムに必要なノード数。

VnetProperties

マネージド統合ランタイムの VNet プロパティ。

適用対象