TeamFoundationHostedBuildService.GetMachinePools-Methode

Gibt alle Computerpools zurück, die im System definiert werden

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
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<MachinePool>
Liste von Pools

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationHostedBuildService Klasse

Microsoft.TeamFoundation.Build.Hosted.Server-Namespace