AccountsOperationsExtensions.UpdateAsync メソッド

定義

指定した Data Lake Store アカウント情報を更新します。

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

パラメーター

operations
IAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Store アカウントの名前。

parameters
UpdateDataLakeStoreAccountParameters

Data Lake Store アカウントを更新するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象