다음을 통해 공유


ElasticPoolSettings interface

특정 멤버만 채워지는 탄력적 풀을 업데이트하는 데 사용되는 클래스

속성

agentInteractiveUI

에이전트가 대화형 UI로 실행되도록 구성해야 하는지 여부 설정

azureId

리소스의 위치를 나타내는 Azure 문자열

desiredIdle

작업을 대기할 준비가 된 컴퓨터 수

maxCapacity

탄력적 풀에 존재할 최대 컴퓨터 수

maxSavedNodeCount

조사를 위해 실패 시 풀에 컴퓨터 유지

orchestrationType

풀에 있는 컴퓨터의 운영 체제 유형

osType

풀에 있는 컴퓨터의 운영 체제 유형

recycleAfterEachUse

각 작업이 완료된 후 컴퓨터를 폐기합니다.

serviceEndpointId

Azure에 연결하는 데 사용되는 서비스 엔드포인트의 ID

serviceEndpointScope

서비스 엔드포인트가 속한 범위

timeToLiveMinutes

유휴 에이전트를 활성 상태로 유지하는 최소 시간(분)

속성 세부 정보

agentInteractiveUI

에이전트가 대화형 UI로 실행되도록 구성해야 하는지 여부 설정

agentInteractiveUI: boolean

속성 값

boolean

azureId

리소스의 위치를 나타내는 Azure 문자열

azureId: string

속성 값

string

desiredIdle

작업을 대기할 준비가 된 컴퓨터 수

desiredIdle: number

속성 값

number

maxCapacity

탄력적 풀에 존재할 최대 컴퓨터 수

maxCapacity: number

속성 값

number

maxSavedNodeCount

조사를 위해 실패 시 풀에 컴퓨터 유지

maxSavedNodeCount: number

속성 값

number

orchestrationType

풀에 있는 컴퓨터의 운영 체제 유형

orchestrationType: OrchestrationType

속성 값

osType

풀에 있는 컴퓨터의 운영 체제 유형

osType: OperatingSystemType

속성 값

recycleAfterEachUse

각 작업이 완료된 후 컴퓨터를 폐기합니다.

recycleAfterEachUse: boolean

속성 값

boolean

serviceEndpointId

Azure에 연결하는 데 사용되는 서비스 엔드포인트의 ID

serviceEndpointId: string

속성 값

string

serviceEndpointScope

서비스 엔드포인트가 속한 범위

serviceEndpointScope: string

속성 값

string

timeToLiveMinutes

유휴 에이전트를 활성 상태로 유지하는 최소 시간(분)

timeToLiveMinutes: number

속성 값

number