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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextDeployment-level context
Return Value
Type: System.Collections.Generic.List<MachinePool>
List of pools
.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.