DataLakeAnalyticsAccountOperationsExtensions.BeginUpdateAsync Method (IDataLakeAnalyticsAccountOperations, String, DataLakeAnalyticsAccountCreateOrUpdateParameters)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public static Task<AzureAsyncOperationResponse> BeginUpdateAsync(
this IDataLakeAnalyticsAccountOperations operations,
string resourceGroupName,
DataLakeAnalyticsAccountCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureAsyncOperationResponse^>^ BeginUpdateAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ resourceGroupName,
DataLakeAnalyticsAccountCreateOrUpdateParameters^ parameters
)
static member BeginUpdateAsync :
operations:IDataLakeAnalyticsAccountOperations *
resourceGroupName:string *
parameters:DataLakeAnalyticsAccountCreateOrUpdateParameters -> Task<AzureAsyncOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginUpdateAsync (
operations As IDataLakeAnalyticsAccountOperations,
resourceGroupName As String,
parameters As DataLakeAnalyticsAccountCreateOrUpdateParameters
) As Task(Of AzureAsyncOperationResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountCreateOrUpdateParametersRequired. Parameters supplied to the update Data Lake Analytics account operation.
Return Value
Type: System.Threading.Tasks.Task<AzureAsyncOperationResponse>
The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.
See Also
DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top