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
AttachedProperties

BuildDirectory Build directory was updated.

ControllerUri Controller uniform resource identifier (URI) was updated.

Description Description was updated.

Enabled Enabled status was updated.

Name Name was updated.

None No update.

Status Status was updated.

StatusMessage Status message was updated.

Tags Tags were updated.

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace