Partager via


AccountOperationsExtensions.BeginCreateAsync Méthode

Définition

Crée le compte Data Lake Store spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount> BeginCreateAsync (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 BeginCreateAsync : 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 BeginCreateAsync (operations As IAccountOperations, resourceGroupName As String, name As String, parameters As DataLakeStoreAccount, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccount)

Paramètres

operations
IAccountOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources Azure qui contient le compte Data Lake Store.

name
String

Nom du compte Data Lake Store à créer.

parameters
DataLakeStoreAccount

Paramètres fournis pour créer le compte Data Lake Store.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à