TeamFoundationHostedBuildService.GetMachinePool-Methode

Ruft die Konfigurationsinformationen für einen Computerpool ab.

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

Syntax

'Declaration
Public Function GetMachinePool ( _
    requestContext As TeamFoundationRequestContext, _
    machinePoolName As String _
) As MachinePool
public MachinePool GetMachinePool(
    TeamFoundationRequestContext requestContext,
    string machinePoolName
)

Parameter

  • machinePoolName
    Typ: System.String
    Name des Computerpools, um gesucht wird.

Rückgabewert

Typ: Microsoft.TeamFoundation.Build.Hosted.Server.MachinePool

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationHostedBuildService Klasse

Microsoft.TeamFoundation.Build.Hosted.Server-Namespace