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.
Gets a specific build controller
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
)
[HttpGetAttribute]
public:
BuildController^ GetControllersById(
    int controllerId
)
[<HttpGetAttribute>]
member GetControllersById : 
        controllerId:int -> BuildController
public function GetControllersById(
    controllerId : int
) : BuildController
Parameters
- controllerId
 Type: System.Int32
Return Value
Type: BuildController
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.