ElasticPoolSettings interface

Class used for updating an elastic pool where only certain members are populated

Properties

agentInteractiveUI

Set whether agents should be configured to run with interactive UI

azureId

Azure string representing to location of the resource

desiredIdle

Number of machines to have ready waiting for jobs

maxCapacity

Maximum number of machines that will exist in the elastic pool

maxSavedNodeCount

Keep machines in the pool on failure for investigation

orchestrationType

Operating system type of the machines in the pool

osType

Operating system type of the machines in the pool

recycleAfterEachUse

Discard machines after each job completes

serviceEndpointId

Id of the Service Endpoint used to connect to Azure

serviceEndpointScope

Scope the Service Endpoint belongs to

timeToLiveMinutes

The minimum time in minutes to keep idle agents alive

Property Details

agentInteractiveUI

Set whether agents should be configured to run with interactive UI

agentInteractiveUI: boolean

Property Value

boolean

azureId

Azure string representing to location of the resource

azureId: string

Property Value

string

desiredIdle

Number of machines to have ready waiting for jobs

desiredIdle: number

Property Value

number

maxCapacity

Maximum number of machines that will exist in the elastic pool

maxCapacity: number

Property Value

number

maxSavedNodeCount

Keep machines in the pool on failure for investigation

maxSavedNodeCount: number

Property Value

number

orchestrationType

Operating system type of the machines in the pool

orchestrationType: OrchestrationType

Property Value

osType

Operating system type of the machines in the pool

osType: OperatingSystemType

Property Value

recycleAfterEachUse

Discard machines after each job completes

recycleAfterEachUse: boolean

Property Value

boolean

serviceEndpointId

Id of the Service Endpoint used to connect to Azure

serviceEndpointId: string

Property Value

string

serviceEndpointScope

Scope the Service Endpoint belongs to

serviceEndpointScope: string

Property Value

string

timeToLiveMinutes

The minimum time in minutes to keep idle agents alive

timeToLiveMinutes: number

Property Value

number