AccountOperationsExtensions.BeginDelete Method (IAccountOperations, String, String)

 

Deletes the specified Batch account.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public static void BeginDelete(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static void BeginDelete(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member BeginDelete : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string -> unit
<ExtensionAttribute>
Public Shared Sub BeginDelete (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String
)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group that contains the Batch account to be deleted.

  • accountName
    Type: System.String

    The name of the account to be deleted.

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top