Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationRuntimeComputeProperties

Package version

The compute resource properties for managed integration runtime.

Hierarchy

  • IntegrationRuntimeComputeProperties

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional dataFlowProperties

Data flow properties for managed integration runtime.

Optional location

location: undefined | 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

Optional maxParallelExecutionsPerNode

maxParallelExecutionsPerNode: undefined | number

Maximum parallel executions count per node for managed integration runtime.

Optional nodeSize

nodeSize: undefined | string

The node size requirement to managed integration runtime.

Optional numberOfNodes

numberOfNodes: undefined | number

The required number of nodes for managed integration runtime.

Optional vNetProperties

VNet properties for managed integration runtime.

Generated using TypeDoc