BatchManagementClient.GetAccountDeleteOperationStatusAsync Method (String, CancellationToken)

 

The Get Delete Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

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

Syntax

public Task<LongRunningOperationResponse> GetAccountDeleteOperationStatusAsync(
    string operationStatusLink,
    CancellationToken cancellationToken
)
public:
virtual Task<LongRunningOperationResponse^>^ GetAccountDeleteOperationStatusAsync(
    String^ operationStatusLink,
    CancellationToken cancellationToken
) sealed
abstract GetAccountDeleteOperationStatusAsync : 
        operationStatusLink:string *
        cancellationToken:CancellationToken -> Task<LongRunningOperationResponse>
override GetAccountDeleteOperationStatusAsync : 
        operationStatusLink:string *
        cancellationToken:CancellationToken -> Task<LongRunningOperationResponse>
Public Function GetAccountDeleteOperationStatusAsync (
    operationStatusLink As String,
    cancellationToken As CancellationToken
) As Task(Of LongRunningOperationResponse)

Parameters

  • operationStatusLink
    Type: System.String

    Required. Location value returned by the BeginDeleting operation.

Return Value

Type: System.Threading.Tasks.Task<LongRunningOperationResponse>

A standard service response for long running operations.

Implements

IBatchManagementClient.GetAccountDeleteOperationStatusAsync(String, CancellationToken)

See Also

BatchManagementClient Class
Microsoft.Azure.Management.Batch Namespace

Return to top