TeamFoundationHostedBuildService.UnregisterMachinePool Method
Deletes information about a computer pool.
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub UnregisterMachinePool ( _
requestContext As TeamFoundationRequestContext, _
machinePoolName As String _
)
public void UnregisterMachinePool(
TeamFoundationRequestContext requestContext,
string machinePoolName
)
public:
void UnregisterMachinePool(
TeamFoundationRequestContext^ requestContext,
String^ machinePoolName
)
member UnregisterMachinePool :
requestContext:TeamFoundationRequestContext *
machinePoolName:string -> unit
public function UnregisterMachinePool(
requestContext : TeamFoundationRequestContext,
machinePoolName : String
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextDeployment context to use.
machinePoolName
Type: System.StringMachine pool to delete.
Remarks
If pool does not exist, this is a no-op.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.