PoolsOperationsExtensions.Delete Method

Definition

Delete the specified capacity pool

public static void Delete (this Microsoft.Azure.Management.NetApp.IPoolsOperations operations, string resourceGroupName, string accountName, string poolName);
static member Delete : Microsoft.Azure.Management.NetApp.IPoolsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (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