PoolsOperationsExtensions.BeginDelete Method

Definition

Delete the specified capacity pool

public static void BeginDelete (this Microsoft.Azure.Management.NetApp.IPoolsOperations operations, string resourceGroupName, string accountName, string poolName);
static member BeginDelete : Microsoft.Azure.Management.NetApp.IPoolsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IPoolsOperations, resourceGroupName As String, accountName As String, poolName As String)

Parameters

operations
IPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of the NetApp account

poolName
String

The name of the capacity pool

Remarks

Delete the specified capacity pool

Applies to