Share via


PoolOperationsExtensions.Delete Method

Definition

Deletes the specified pool.

public static Microsoft.Azure.Management.Batch.Models.PoolDeleteHeaders Delete (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName);
static member Delete : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.PoolDeleteHeaders
<Extension()>
Public Function Delete (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String) As PoolDeleteHeaders

Parameters

operations
IPoolOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

poolName
String

The pool name. This must be unique within the account.

Returns

Applies to