IntegrationRuntimeComputeProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
マネージド統合ランタイムに対するノード サイズの要件。
- dataFlowProperties
- IntegrationRuntimeDataFlowProperties
マネージド統合ランタイムのデータ フロー プロパティ。
- vNetProperties
- IntegrationRuntimeVNetProperties
マネージド統合ランタイムの VNet プロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET