BatchClient.ResizePool(PoolResizeParameters) 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.
Resizes the specified pool.
public void ResizePool (Microsoft.Azure.Commands.Batch.Models.PoolResizeParameters parameters);
member this.ResizePool : Microsoft.Azure.Commands.Batch.Models.PoolResizeParameters -> unit
Public Sub ResizePool (parameters As PoolResizeParameters)
Parameters
- parameters
- PoolResizeParameters
The parameters to use when resizing the pool.