IntegrationRuntimeComputeProperties interface

관리되는 통합 런타임에 대한 컴퓨팅 리소스 속성입니다.

속성

additionalProperties

추가 속성

copyComputeScaleProperties

관리형 integration runtime을 위한 CopyComputeScale 속성.

dataFlowProperties

관리형 integration runtime을 위한 Data flow 속성.

location

관리형 integration runtime의 장소입니다. 지원되는 지역은 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 찾을 수 있습니다.

maxParallelExecutionsPerNode

관리형 integration runtime에서 노드당 최대 병렬 실행이 포함됩니다.

nodeSize

관리 integration runtime에 대한 노드 크기 요구사항.

numberOfNodes

관리형 integration runtime에 필요한 노드 수.

pipelineExternalComputeScaleProperties

관리형 integration runtime을 위한 PipelineExternalComputeScale 속성.

vNetProperties

관리형 integration runtime용 VNet 속성.

속성 세부 정보

additionalProperties

추가 속성

additionalProperties?: Record<string, any>

속성 값

Record<string, any>

copyComputeScaleProperties

관리형 integration runtime을 위한 CopyComputeScale 속성.

copyComputeScaleProperties?: CopyComputeScaleProperties

속성 값

dataFlowProperties

관리형 integration runtime을 위한 Data flow 속성.

dataFlowProperties?: IntegrationRuntimeDataFlowProperties

속성 값

location

관리형 integration runtime의 장소입니다. 지원되는 지역은 https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities 찾을 수 있습니다.

location?: string

속성 값

string

maxParallelExecutionsPerNode

관리형 integration runtime에서 노드당 최대 병렬 실행이 포함됩니다.

maxParallelExecutionsPerNode?: number

속성 값

number

nodeSize

관리 integration runtime에 대한 노드 크기 요구사항.

nodeSize?: string

속성 값

string

numberOfNodes

관리형 integration runtime에 필요한 노드 수.

numberOfNodes?: number

속성 값

number

pipelineExternalComputeScaleProperties

관리형 integration runtime을 위한 PipelineExternalComputeScale 속성.

pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties

속성 값

vNetProperties

관리형 integration runtime용 VNet 속성.

vNetProperties?: IntegrationRuntimeVNetProperties

속성 값