Freigeben über


ServersController.GetBuildServiceHostsById-Methode

Ruft bestimmten Buildserver ab

Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<HttpGetAttribute> _
Public Function GetBuildServiceHostsById ( _
    serviceHostId As Integer _
) As BuildServer
[HttpGetAttribute]
public BuildServer GetBuildServiceHostsById(
    int serviceHostId
)

Parameter

Rückgabewert

Typ: BuildServer

.NET Framework-Sicherheit

Siehe auch

Referenz

ServersController Klasse

Microsoft.TeamFoundation.Build.Server.Rest-Namespace