IDataLakeAnalyticsAccountOperations.UpdateStorageAccountAsync Method (String, String, String, AddStorageAccountParameters, CancellationToken)
Updates the specified storage account. This is currently only supported for Azure blob accounts to update their access keys and suffix.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
Task<AzureOperationResponse> UpdateStorageAccountAsync(
string resourceGroupName,
string accountName,
string storageAccountName,
AddStorageAccountParameters parameters,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UpdateStorageAccountAsync(
String^ resourceGroupName,
String^ accountName,
String^ storageAccountName,
AddStorageAccountParameters^ parameters,
CancellationToken cancellationToken
)
abstract UpdateStorageAccountAsync :
resourceGroupName:string *
accountName:string *
storageAccountName:string *
parameters:AddStorageAccountParameters *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UpdateStorageAccountAsync (
resourceGroupName As String,
accountName As String,
storageAccountName As String,
parameters As AddStorageAccountParameters,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe Data Lake Analytics account name to modify storage accounts in
storageAccountName
Type: System.StringThe Azure Storage account to modify
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParametersThe parameters containing the access key and suffix to update the storage account with.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top