BuildAgentUpdate Enumeration

Describes an update to the build agent.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BuildAgentUpdate
[FlagsAttribute]
public enum BuildAgentUpdate
[FlagsAttribute]
public enum class BuildAgentUpdate
[<FlagsAttribute>]
type BuildAgentUpdate
public enum BuildAgentUpdate

Members

Member name Description
None No update.
Name Name was updated.
Description Description was updated.
ControllerUri Controller uniform resource identifier (URI) was updated.
BuildDirectory Build directory was updated.
Status Status was updated.
StatusMessage Status message was updated.
Tags Tags were updated.
Enabled Enabled status was updated.

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace