次の方法で共有


IntegrationRuntimeComputeProperties コンストラクター

定義

オーバーロード

IntegrationRuntimeComputeProperties()

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

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

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

IntegrationRuntimeComputeProperties()

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

public IntegrationRuntimeComputeProperties ();
Public Sub New ()

適用対象

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

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

public IntegrationRuntimeComputeProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string location = default, string nodeSize = default, int? numberOfNodes = default, int? maxParallelExecutionsPerNode = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDataFlowProperties dataFlowProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties vNetProperties = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDataFlowProperties * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional location As String = Nothing, Optional nodeSize As String = Nothing, Optional numberOfNodes As Nullable(Of Integer) = Nothing, Optional maxParallelExecutionsPerNode As Nullable(Of Integer) = Nothing, Optional dataFlowProperties As IntegrationRuntimeDataFlowProperties = Nothing, Optional vNetProperties As IntegrationRuntimeVNetProperties = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

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

location
String

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

nodeSize
String

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

numberOfNodes
Nullable<Int32>

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

maxParallelExecutionsPerNode
Nullable<Int32>

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

dataFlowProperties
IntegrationRuntimeDataFlowProperties

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

vNetProperties
IntegrationRuntimeVNetProperties

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

適用対象