共用方式為


TeamFoundationHostedBuildService.GetMachinePool 方法

擷取電腦集區的組態資訊。

命名空間:  Microsoft.TeamFoundation.Build.Hosted.Server
組件:  Microsoft.TeamFoundation.Build.Server (在 Microsoft.TeamFoundation.Build.Server.dll 中)

語法

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

參數

  • machinePoolName
    型別:System.String
    電腦集區名稱查閱的。

傳回值

型別:Microsoft.TeamFoundation.Build.Hosted.Server.MachinePool

.NET Framework 安全性

請參閱

參考

TeamFoundationHostedBuildService 類別

Microsoft.TeamFoundation.Build.Hosted.Server 命名空間