Expand Minimize
This topic has not yet been rated - Rate this topic

BuildAgentUpdate Enumeration

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
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
[FlagsAttribute]
public enum BuildAgentUpdate
Member nameDescription
AttachedProperties
BuildDirectoryThe build directory should be updated.
ControllerUriThe build controller should be updated.
DescriptionThe description should be updated.
EnabledThe enabled state should be updated.
NameThe name should be updated.
NoneNo fields should be updated.
StatusThe status should be updated.
StatusMessageThe status message should be updated.
TagsThe tags should be updated.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.