Package version:

Interface IntegrationRuntimeComputeProperties

The compute resource properties for managed integration runtime.

interface IntegrationRuntimeComputeProperties {
    copyComputeScaleProperties?: CopyComputeScaleProperties;
    dataFlowProperties?: IntegrationRuntimeDataFlowProperties;
    location?: string;
    maxParallelExecutionsPerNode?: number;
    nodeSize?: string;
    numberOfNodes?: number;
    pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties;
    vNetProperties?: IntegrationRuntimeVNetProperties;
    [property: string]: any;
}

Indexable

  • [property: string]: any

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

Properties

copyComputeScaleProperties?: CopyComputeScaleProperties

CopyComputeScale properties for managed integration runtime.

Data flow properties for managed integration runtime.

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

maxParallelExecutionsPerNode?: number

Maximum parallel executions count per node for managed integration runtime.

nodeSize?: string

The node size requirement to managed integration runtime.

numberOfNodes?: number

The required number of nodes for managed integration runtime.

pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties

PipelineExternalComputeScale properties for managed integration runtime.

VNet properties for managed integration runtime.