IntegrationRuntimeComputeProperties Constructors

Definition

Overloads

IntegrationRuntimeComputeProperties()

Initializes a new instance of the IntegrationRuntimeComputeProperties class.

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

Initializes a new instance of the IntegrationRuntimeComputeProperties class.

IntegrationRuntimeComputeProperties()

Initializes a new instance of the IntegrationRuntimeComputeProperties class.

public IntegrationRuntimeComputeProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the IntegrationRuntimeComputeProperties class.

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)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

location
String

The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities

nodeSize
String

The node size requirement to managed integration runtime.

numberOfNodes
Nullable<Int32>

The required number of nodes for managed integration runtime.

maxParallelExecutionsPerNode
Nullable<Int32>

Maximum parallel executions count per node for managed integration runtime.

dataFlowProperties
IntegrationRuntimeDataFlowProperties

Data flow properties for managed integration runtime.

vNetProperties
IntegrationRuntimeVNetProperties

VNet properties for managed integration runtime.

Applies to