Specifies the fields that should be updated for a build agent.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientEnumAttribute(ClientVisibility.Internal)> _
<FlagsAttribute> _
Public Enumeration BuildAgentUpdate2010
[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum BuildAgentUpdate2010
[ClientEnumAttribute(ClientVisibility::Internal)]
[FlagsAttribute]
public enum class BuildAgentUpdate2010
[<ClientEnumAttribute(ClientVisibility.Internal)>]
[<FlagsAttribute>]
type BuildAgentUpdate2010
public enum BuildAgentUpdate2010
Members
| Member name | Description | |
|---|---|---|
| BuildDirectory | The build directory should be updated. | |
| ControllerUri | The build controller should be updated. | |
| Description | The description should be updated. | |
| Enabled | The enabled state should be updated. | |
| Name | The name should be updated. | |
| None | No fields should be updated. | |
| Status | The status should be updated. | |
| StatusMessage | The status message should be updated. | |
| Tags | The tags should be updated. | 
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace