AccountsOperationsExtensions.BeginCreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Store.Models.CreateDataLakeStoreAccountParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.DataLake.Store.IAccountsOperations * string * string * Microsoft.Azure.Management.DataLake.Store.Models.CreateDataLakeStoreAccountParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount>
<Extension()>
Public Function BeginCreateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, parameters As CreateDataLakeStoreAccountParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccount)
Paramètres
- operations
- IAccountsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Le nom du groupe de ressources Azure.
- accountName
- String
Nom du compte Data Lake Store.
- parameters
- CreateDataLakeStoreAccountParameters
Paramètres fournis pour créer le compte Data Lake Store.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET