你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsStorageAccountInformationResource.Update Method

Definition

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

patch
DataLakeAnalyticsStorageAccountInformationPatch

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