Share via


AccountsOperationsExtensions.BeginUpdateAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount> BeginUpdateAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>
<Extension()>
Public Function BeginUpdateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, Optional parameters As UpdateDataLakeAnalyticsAccountParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeAnalyticsAccount)

Parameters

operations
IAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group.

accountName
String

The name of the Data Lake Analytics account.

parameters
UpdateDataLakeAnalyticsAccountParameters

Parameters supplied to the update Data Lake Analytics account operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to