DataLakeAnalyticsStorageAccountInformationResource.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 to replace Azure Storage blob account details, such as the access key and/or suffix.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}
- Operation Id: StorageAccounts_Update
- Default Api Version: 2016-11-01
- Resource: DataLakeAnalyticsStorageAccountInformationResource
public virtual Azure.Response Update(Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsStorageAccountInformationPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsStorageAccountInformationPatch * System.Threading.CancellationToken -> Azure.Response
override this.Update : Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsStorageAccountInformationPatch * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Update (patch As DataLakeAnalyticsStorageAccountInformationPatch, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET