다음을 통해 공유


FixedScaleSettings interface

풀에 대한 크기 조정 설정이 수정되었습니다.

속성

nodeDeallocationOption

생략하면 기본값은 Requeue입니다.

resizeTimeout

기본값은 15분입니다. 시간 제한 값은 ISO 8601 형식을 사용합니다. 예를 들어 10분 동안 PT10M을 사용합니다. 최소값은 5분입니다. 5분 미만의 값을 지정하면 Batch 서비스가 오류와 함께 요청을 거부합니다. REST API를 직접 호출하는 경우 HTTP 상태 코드는 400(잘못된 요청)입니다.

targetDedicatedNodes

targetDedicatedNodes 중 하나 이상을 targetLowPriorityNodes를 설정해야 합니다.

targetLowPriorityNodes

targetDedicatedNodes 중 하나 이상을 targetLowPriorityNodes를 설정해야 합니다.

속성 세부 정보

nodeDeallocationOption

생략하면 기본값은 Requeue입니다.

nodeDeallocationOption?: ComputeNodeDeallocationOption

속성 값

resizeTimeout

기본값은 15분입니다. 시간 제한 값은 ISO 8601 형식을 사용합니다. 예를 들어 10분 동안 PT10M을 사용합니다. 최소값은 5분입니다. 5분 미만의 값을 지정하면 Batch 서비스가 오류와 함께 요청을 거부합니다. REST API를 직접 호출하는 경우 HTTP 상태 코드는 400(잘못된 요청)입니다.

resizeTimeout?: string

속성 값

string

targetDedicatedNodes

targetDedicatedNodes 중 하나 이상을 targetLowPriorityNodes를 설정해야 합니다.

targetDedicatedNodes?: number

속성 값

number

targetLowPriorityNodes

targetDedicatedNodes 중 하나 이상을 targetLowPriorityNodes를 설정해야 합니다.

targetLowPriorityNodes?: number

속성 값

number