Freigeben über


ControllersController.GetControllersById-Methode

Ruft einen bestimmten Buildcontroller ab

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

Syntax

'Declaration
<HttpGetAttribute> _
Public Function GetControllersById ( _
    controllerId As Integer _
) As BuildController
[HttpGetAttribute]
public BuildController GetControllersById(
    int controllerId
)

Parameter

Rückgabewert

Typ: BuildController

.NET Framework-Sicherheit

Siehe auch

Referenz

ControllersController Klasse

Microsoft.TeamFoundation.Build.Server.Rest-Namespace