IBatchManagementClient.GetAccountCreateOperationStatusAsync Method (String, CancellationToken)

 

The Get Account Create Operation Status operation returns the status of the account creation operation. After calling an asynchronous operation, you can call this method 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

Task<BatchAccountCreateResponse> GetAccountCreateOperationStatusAsync(
    string operationStatusLink,
    CancellationToken cancellationToken
)
Task<BatchAccountCreateResponse^>^ GetAccountCreateOperationStatusAsync(
    String^ operationStatusLink,
    CancellationToken cancellationToken
)
abstract GetAccountCreateOperationStatusAsync : 
        operationStatusLink:string *
        cancellationToken:CancellationToken -> Task<BatchAccountCreateResponse>
Function GetAccountCreateOperationStatusAsync (
    operationStatusLink As String,
    cancellationToken As CancellationToken
) As Task(Of BatchAccountCreateResponse)

Parameters

  • operationStatusLink
    Type: System.String

    Location value returned by the BeginCreating operation.

Return Value

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

Values returned by the Create operation.

See Also

IBatchManagementClient Interface
Microsoft.Azure.Management.Batch Namespace

Return to top