次の方法で共有


IntegrationRuntimeDataFlowProperties コンストラクター

定義

オーバーロード

IntegrationRuntimeDataFlowProperties()

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

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

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

IntegrationRuntimeDataFlowProperties()

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

public IntegrationRuntimeDataFlowProperties ();
Public Sub New ()

適用対象

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

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

public IntegrationRuntimeDataFlowProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string computeType = default, int? coreCount = default, int? timeToLive = default, bool? cleanup = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDataFlowProperties : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<int> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.DataFactory.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, Optional cleanup As Nullable(Of Boolean) = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

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

computeType
String

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

coreCount
Nullable<Int32>

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

timeToLive
Nullable<Int32>

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

cleanup
Nullable<Boolean>

クラスターはリサイクルされず、これが false に設定されている場合、TTL (有効期間) に達するまで、次のデータ フロー アクティビティの実行で使用されます。 既定値は true です。

適用対象