AccountsOperationsExtensions.BeginDelete Method

Definition

Deletes the account resource.

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

Parameters

operations
IAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

accountName
String

The name of the account.

Remarks

Deletes an account resource

Applies to