ComputeNodeOperationsExtensions.Remove Method (IComputeNodeOperations, String, ComputeNodeRemoveParameters)
Removes compute nodes from the specified pool.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static ComputeNodeRemoveResponse Remove(
this IComputeNodeOperations operations,
string poolId,
ComputeNodeRemoveParameters parameters
)
public:
[ExtensionAttribute]
static ComputeNodeRemoveResponse^ Remove(
IComputeNodeOperations^ operations,
String^ poolId,
ComputeNodeRemoveParameters^ parameters
)
static member Remove :
operations:IComputeNodeOperations *
poolId:string *
parameters:ComputeNodeRemoveParameters -> ComputeNodeRemoveResponse
<ExtensionAttribute>
Public Shared Function Remove (
operations As IComputeNodeOperations,
poolId As String,
parameters As ComputeNodeRemoveParameters
) As ComputeNodeRemoveResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.IComputeNodeOperationsReference to the Microsoft.Azure.Batch.Protocol.IComputeNodeOperations.
poolId
Type: System.StringRequired. The id of the pool from which you want to remove nodes.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRemoveParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRemoveResponse
Response to a ComputeNodeOperations.Remove request.
See Also
ComputeNodeOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top