BatchClient.CreatePool(NewPoolParameters) Method

Definition

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.

Applies to