Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
BuildMachineState |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Agents | Gets the collection of agent processes managed by this build server. |
![]() |
ConnectionError | Gets the reason the server is not able to communicate with the configured Team Project Collection. |
![]() |
Controller | Gets the controller process managed by this build server. |
![]() |
Credentials | Gets the authenticating credentials that are being used by the server. |
![]() |
Id | Gets the unique identifier for the server. |
![]() |
IsOnline | Gets a value indicating whether the server can communicate with the configured Team Project Collection. |
![]() |
Name | Gets the name of the server. |
![]() |
ServerUrl | Gets the configured team project collection URL. |
![]() |
Status | Gets the status of the server. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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.
.gif)
.gif)