BatchClient.CreatePool(NewPoolParameters) 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.
Creates a new pool.
public void CreatePool (Microsoft.Azure.Commands.Batch.Models.NewPoolParameters parameters);
member this.CreatePool : Microsoft.Azure.Commands.Batch.Models.NewPoolParameters -> unit
Public Sub CreatePool (parameters As NewPoolParameters)
Parameters
- parameters
- NewPoolParameters
The parameters to use when creating the pool.