AccountsOperationsExtensions.BeginUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.