This documentation is archived and is not being maintained.
IBuildAgentSpec Interface
Visual Studio 2013
This interface specifies a build agent used to query for build agents.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IBuildAgentSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the build agent or build agents. |
![]() | PropertyNameFilters | The property names to be returned from the query/queries. A "*" will retrieve all property names, an empty array will retrieve none, and any other array will match types verbatim. |
![]() | ServiceHostName | Gets or sets the service host name of the desired build agents. Wildcard characters are supported. |
![]() | Tags | Gets or sets the tags that are defined for the desired build agents. |
Show:
