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

AccountOperationsExtensions.CreateAsync 方法

定义

创建指定的 Data Lake Store 帐户。

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

参数

operations
IAccountOperations

此扩展方法的操作组。

resourceGroupName
String

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

name
String

要创建的 Data Lake Store 帐户的名称。

parameters
DataLakeStoreAccount

提供用于创建 Data Lake Store 帐户的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于