次の方法で共有


IntegrationRuntimeDataFlowProperties コンストラクター

定義

オーバーロード

IntegrationRuntimeDataFlowProperties()

IntegrationRuntimeDataFlowProperties クラスの新しいインスタンスを初期化します。

IntegrationRuntimeDataFlowProperties(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>)

IntegrationRuntimeDataFlowProperties クラスの新しいインスタンスを初期化します。

IntegrationRuntimeDataFlowProperties()

IntegrationRuntimeDataFlowProperties クラスの新しいインスタンスを初期化します。

public IntegrationRuntimeDataFlowProperties ();
Public Sub New ()

適用対象

IntegrationRuntimeDataFlowProperties(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>)

IntegrationRuntimeDataFlowProperties クラスの新しいインスタンスを初期化します。

public IntegrationRuntimeDataFlowProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string computeType = default, int? coreCount = default, int? timeToLive = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataFlowProperties : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataFlowProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional computeType As String = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing, Optional timeToLive As Nullable(Of Integer) = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

computeType
String

データ フロー ジョブを実行するクラスターのコンピューティングの種類。 使用可能な値は、'General'、'MemoryOptimized'、'ComputeOptimized' です。

coreCount
Nullable<Int32>

データ フロー ジョブを実行するクラスターのコア数。 サポートされる値は、8、16、32、48、80、144、272 です。

timeToLive
Nullable<Int32>

データ フロー ジョブを実行するクラスターの有効期間 (分単位) 設定。

適用対象