IDataLakeAnalyticsAccountOperations.BeginUpdateAsync Method (String, DataLakeAnalyticsAccountCreateOrUpdateParameters, CancellationToken)

 

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

Task<AzureAsyncOperationResponse> BeginUpdateAsync(
    string resourceGroupName,
    DataLakeAnalyticsAccountCreateOrUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureAsyncOperationResponse^>^ BeginUpdateAsync(
    String^ resourceGroupName,
    DataLakeAnalyticsAccountCreateOrUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract BeginUpdateAsync : 
        resourceGroupName:string *
        parameters:DataLakeAnalyticsAccountCreateOrUpdateParameters *
        cancellationToken:CancellationToken -> Task<AzureAsyncOperationResponse>
Function BeginUpdateAsync (
    resourceGroupName As String,
    parameters As DataLakeAnalyticsAccountCreateOrUpdateParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureAsyncOperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

Return Value

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

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.

See Also

IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top