Partager via


TeamFoundationHostedBuildService.GetMachinePool, méthode

Récupère les données de configuration pour un pool d'ordinateur.

Espace de noms :  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly :  Microsoft.TeamFoundation.Build.Server (dans Microsoft.TeamFoundation.Build.Server.dll)

Syntaxe

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

Paramètres

  • machinePoolName
    Type : System.String
    Nom du pool d'ordinateur à rechercher.

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationHostedBuildService Classe

Microsoft.TeamFoundation.Build.Hosted.Server, espace de noms