BatchClient.RemoveComputeNodesFromPool(RemoveComputeNodeParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified compute nodes from the specified pool.
public void RemoveComputeNodesFromPool (Microsoft.Azure.Commands.Batch.Models.RemoveComputeNodeParameters parameters);
member this.RemoveComputeNodesFromPool : Microsoft.Azure.Commands.Batch.Models.RemoveComputeNodeParameters -> unit
Public Sub RemoveComputeNodesFromPool (parameters As RemoveComputeNodeParameters)
Parameters
- parameters
- RemoveComputeNodeParameters
The parameters specifying the pool and the compute nodes.