Freigeben über


IntegrationRuntimeComputeProperties Konstruktoren

Definition

Überlädt

IntegrationRuntimeComputeProperties()

Initialisiert eine neue instance der IntegrationRuntimeComputeProperties-Klasse.

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

Initialisiert eine neue instance der IntegrationRuntimeComputeProperties-Klasse.

IntegrationRuntimeComputeProperties()

Initialisiert eine neue instance der IntegrationRuntimeComputeProperties-Klasse.

public IntegrationRuntimeComputeProperties();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der IntegrationRuntimeComputeProperties-Klasse.

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.Synapse.Models.IntegrationRuntimeDataFlowProperties dataFlowProperties = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeVNetProperties vNetProperties = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeComputeProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataFlowProperties * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeVNetProperties -> Microsoft.Azure.Management.Synapse.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)

Parameter

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Auflistung deserialisiert.

location
String

Der Speicherort für die verwaltete Integration Runtime. Die unterstützten Regionen finden Sie unter https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities

nodeSize
String

Die Knotengrößesanforderung für die verwaltete Integration Runtime.

numberOfNodes
Nullable<Int32>

Die erforderliche Anzahl von Knoten für die verwaltete Integration Runtime.

maxParallelExecutionsPerNode
Nullable<Int32>

Maximale Anzahl paralleler Ausführungen pro Knoten für die verwaltete Integration Runtime.

dataFlowProperties
IntegrationRuntimeDataFlowProperties

Datenflusseigenschaften für die verwaltete Integration Runtime.

vNetProperties
IntegrationRuntimeVNetProperties

VNET-Eigenschaften für die verwaltete Integration Runtime.

Gilt für: