Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a snapshot of the state of a build server.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Hosting.BuildMachineState
Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")> _
Public NotInheritable Class BuildMachineState
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")]
public sealed class BuildMachineState
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")]
public ref class BuildMachineState sealed
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")>]
type BuildMachineState =  class end
public final class BuildMachineState
The BuildMachineState type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildMachineState | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Agents | Gets the collection of agent processes managed by this build server. | 
| .gif) | ConnectionError | Gets the reason the server is not able to communicate with the configured Team Project Collection. | 
| .gif) | Controller | Gets the controller process managed by this build server. | 
| .gif) | Credentials | Gets the authenticating credentials that are being used by the server. | 
| .gif) | Id | Gets the unique identifier for the server. | 
| .gif) | IsOnline | Gets a value indicating whether the server can communicate with the configured Team Project Collection. | 
| .gif) | Name | Gets the name of the server. | 
| .gif) | ServerUrl | Gets the configured team project collection URL. | 
| .gif) | Status | Gets the status of the server. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.