IntegrationRuntimeDataFlowProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
クラスターはリサイクルされず、これが false に設定されている場合、TTL (有効期間) に達するまで、次のデータ フロー アクティビティの実行で使用されます。 既定値は true です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET