ElasticPool interface
Data and settings for an elastic pool
agent |
Set whether agents should be configured to run with interactive UI |
azure |
Azure string representing to location of the resource |
desired |
Number of agents to have ready waiting for jobs |
desired |
The desired size of the pool |
max |
Maximum number of nodes that will exist in the elastic pool |
max |
Keep nodes in the pool on failure for investigation |
offline |
Timestamp the pool was first detected to be offline |
orchestration |
Operating system type of the nodes in the pool |
os |
Operating system type of the nodes in the pool |
pool |
Id of the associated TaskAgentPool |
recycle |
Discard node after each job completes |
service |
Id of the Service Endpoint used to connect to Azure |
service |
Scope the Service Endpoint belongs to |
sizing |
The number of sizing attempts executed while trying to achieve a desired size |
state | State of the pool |
time |
The minimum time in minutes to keep idle agents alive |
Set whether agents should be configured to run with interactive UI
agentInteractiveUI: boolean
Property Value
boolean
Azure string representing to location of the resource
azureId: string
Property Value
string
Number of agents to have ready waiting for jobs
desiredIdle: number
Property Value
number
The desired size of the pool
desiredSize: number
Property Value
number
Maximum number of nodes that will exist in the elastic pool
maxCapacity: number
Property Value
number
Keep nodes in the pool on failure for investigation
maxSavedNodeCount: number
Property Value
number
Timestamp the pool was first detected to be offline
offlineSince: Date
Property Value
Date
Operating system type of the nodes in the pool
orchestrationType: OrchestrationType
Property Value
Operating system type of the nodes in the pool
osType: OperatingSystemType
Property Value
Id of the associated TaskAgentPool
poolId: number
Property Value
number
Discard node after each job completes
recycleAfterEachUse: boolean
Property Value
boolean
Id of the Service Endpoint used to connect to Azure
serviceEndpointId: string
Property Value
string
Scope the Service Endpoint belongs to
serviceEndpointScope: string
Property Value
string
The number of sizing attempts executed while trying to achieve a desired size
sizingAttempts: number
Property Value
number
The minimum time in minutes to keep idle agents alive
timeToLiveMinutes: number
Property Value
number