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)
Syntax
声明
Public Interface IBuildAgentSpec
public interface IBuildAgentSpec
public interface class IBuildAgentSpec
type IBuildAgentSpec =  interface end
public interface IBuildAgentSpec
The IBuildAgentSpec type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | FullPath | Obsolete. Gets the full path for the desired build agents. | 
| .gif) | MachineName | Obsolete. Gets or sets the computer name of the build agent. | 
| .gif) | Name | Gets or sets the name of the build agent or build agents. | 
| .gif) | Port | Obsolete. Gets or sets the port number of the build agent or build agents. | 
| .gif) | ServiceHostName | Gets or sets the service host name of the desired build agents. Wildcard characters are supported. | 
| .gif) | Tags | Gets or sets the tags that are defined for the desired build agents. | 
| .gif) | TeamProject | Obsolete. Gets the name of the team project to which the build agent or agents belong. | 
Top