VolumesOperationsExtensions.BeginDelete Method

Definition

Delete the specified volume

public static void BeginDelete (this Microsoft.Azure.Management.NetApp.IVolumesOperations operations, string resourceGroupName, string accountName, string poolName, string volumeName, bool? forceDelete = default);
static member BeginDelete : Microsoft.Azure.Management.NetApp.IVolumesOperations * string * string * string * string * Nullable<bool> -> unit
<Extension()>
Public Sub BeginDelete (operations As IVolumesOperations, resourceGroupName As String, accountName As String, poolName As String, volumeName As String, Optional forceDelete As Nullable(Of Boolean) = Nothing)

Parameters

operations
IVolumesOperations

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

volumeName
String

The name of the volume

forceDelete
Nullable<Boolean>

An option to force delete the volume. Will cleanup resources connected to the particular volume

Remarks

Delete the specified volume

Applies to