AccountsOperationsExtensions.BeginUpdate Method

Definition

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

public static Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount BeginUpdate (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters parameters = default);
static member BeginUpdate : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
<Extension()>
Public Function BeginUpdate (operations As IAccountsOperations, resourceGroupName As String, accountName As String, Optional parameters As UpdateDataLakeAnalyticsAccountParameters = Nothing) As 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.

Returns

Applies to