AccountOperationsExtensions.UpdateAsync 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> UpdateAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>
<Extension()>
Public Function UpdateAsync (operations As IAccountOperations, resourceGroupName As String, accountName As String, Optional parameters As DataLakeAnalyticsAccountUpdateParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeAnalyticsAccount)

Parameters

operations
IAccountOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group that contains the Data Lake Analytics account.

accountName
String

The name of the Data Lake Analytics account to update.

parameters
DataLakeAnalyticsAccountUpdateParameters

Parameters supplied to the update Data Lake Analytics account operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to