IntegrationRuntimeComputeProperties Class

Definition

The compute resource properties for managed integration runtime.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties+IntegrationRuntimeComputePropertiesConverter))]
public class IntegrationRuntimeComputeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties+IntegrationRuntimeComputePropertiesConverter))>]
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
Inheritance
IntegrationRuntimeComputeProperties
Attributes

Constructors

IntegrationRuntimeComputeProperties()

Initializes a new instance of IntegrationRuntimeComputeProperties.

Properties

AdditionalProperties

Additional Properties.

DataFlowProperties

Data flow properties for managed integration runtime.

Location

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.

MaxParallelExecutionsPerNode

Maximum parallel executions count per node for managed integration runtime.

NodeSize

The node size requirement to managed integration runtime.

NumberOfNodes

The required number of nodes for managed integration runtime.

VNetProperties

VNet properties for managed integration runtime.

Applies to