AccountsOperationsExtensions.BeginUpdateAsync Method

Definition

Updates the specified Data Lake Store account information.

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

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 Store account.

parameters
UpdateDataLakeStoreAccountParameters

Parameters supplied to update the Data Lake Store account.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to