AccountOperationsExtensions.BeginDeleting Method (IAccountOperations, String, String)

 

Begin deleting the batch account.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

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

Syntax

public static LongRunningOperationResponse BeginDeleting(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static LongRunningOperationResponse^ BeginDeleting(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member BeginDeleting : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string -> LongRunningOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeleting (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String
) As LongRunningOperationResponse

Parameters

  • resourceGroupName
    Type: System.String

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

  • accountName
    Type: System.String

    Required. The name of the account to be deleted.

Return Value

Type: Microsoft.Azure.Management.Batch.Models.LongRunningOperationResponse

A standard service response for long running operations.

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top