AccountsOperationsExtensions.Update 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 Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount Update (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters parameters = default);
static member Update : 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 Update (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.