Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/TaskAgentInterfaces
TaskAgentQueue
Interface TaskAgentQueue
An agent queue.
interface
TaskAgentQueue
{
id
?:
number
;
name
?:
string
;
pool
?:
TaskAgentPoolReference
;
projectId
?:
string
;
}
Index
Properties
id?
name?
pool?
project
Id?
Properties
Optional
id
id
?:
number
ID of the queue
Optional
name
name
?:
string
Name of the queue
Optional
pool
pool
?:
TaskAgentPoolReference
Pool reference for this queue
Optional
project
Id
projectId
?:
string
Project ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
pool
project
Id
azure-devops-node-api
Loading...
An agent queue.