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

AccountOperationsExtensions.Create 方法

定义

创建指定的 Data Lake Store 帐户。

public static Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount Create (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount parameters);
static member Create : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * string * Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
<Extension()>
Public Function Create (operations As IAccountOperations, resourceGroupName As String, name As String, parameters As DataLakeStoreAccount) As DataLakeStoreAccount

参数

operations
IAccountOperations

此扩展方法的操作组。

resourceGroupName
String

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

name
String

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

parameters
DataLakeStoreAccount

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

返回

适用于