TeamFoundationHostedBuildService.GetMachinePools Method

Returns all computer pools defined in the system

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

Syntax

'Declaration
Public Function GetMachinePools ( _
    requestContext As TeamFoundationRequestContext _
) As List(Of MachinePool)
public List<MachinePool> GetMachinePools(
    TeamFoundationRequestContext requestContext
)
public:
List<MachinePool^>^ GetMachinePools(
    TeamFoundationRequestContext^ requestContext
)
member GetMachinePools : 
        requestContext:TeamFoundationRequestContext -> List<MachinePool> 
public function GetMachinePools(
    requestContext : TeamFoundationRequestContext
) : List<MachinePool>

Parameters

Return Value

Type: System.Collections.Generic.List<MachinePool>
List of pools

.NET Framework Security

See Also

Reference

TeamFoundationHostedBuildService Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace