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

AccountOperationsExtensions.BeginUpdateAsync 方法

定义

汇报指定的 Data Lake Store 帐户信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount> BeginUpdateAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * string * Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount>
<Extension()>
Public Function BeginUpdateAsync (operations As IAccountOperations, resourceGroupName As String, name As String, parameters As DataLakeStoreAccountUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccount)

参数

operations
IAccountOperations

此扩展方法的操作组。

resourceGroupName
String

包含 Data Lake Store 帐户的 Azure 资源组的名称。

name
String

要更新的 Data Lake Store 帐户的名称。

parameters
DataLakeStoreAccountUpdateParameters

提供用于更新 Data Lake Store 帐户的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于