Edit

Share via


AgentPoolQueue Class

Definition

Represents a queue for running builds.

[System.Runtime.Serialization.DataContract]
public class AgentPoolQueue : Microsoft.TeamFoundation.Build.WebApi.ShallowReference, Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type AgentPoolQueue = class
    inherit ShallowReference
    interface ISecuredObject
Public Class AgentPoolQueue
Inherits ShallowReference
Implements ISecuredObject
Inheritance
AgentPoolQueue
Attributes
Implements
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Constructors

AgentPoolQueue()

Properties

Id

The ID of the queue.

Links

The links to other objects related to this object.

Name

The name of the queue.

Pool

The pool used by this queue.

Url

The full http link to the resource.

Explicit Interface Implementations

ISecuredObject.GetToken()
ISecuredObject.NamespaceId
ISecuredObject.RequiredPermissions

Applies to