Condividi tramite


Metodo TeamFoundationHostedBuildService.GetMachinePool

Recupera le informazioni di configurazione per un pool del computer.

Spazio dei nomi:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Sintassi

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

Parametri

  • machinePoolName
    Tipo: System.String
    Nome del pool del computer da cercare.

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationHostedBuildService Classe

Spazio dei nomi Microsoft.TeamFoundation.Build.Hosted.Server