AccountOperationsExtensions.BeginCreate 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 Analytics spécifié. Cela fournit à l’utilisateur des services de calcul pour Data Lake Analytics charges de travail
public static Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount BeginCreate (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount parameters);
static member BeginCreate : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
<Extension()>
Public Function BeginCreate (operations As IAccountOperations, resourceGroupName As String, accountName As String, parameters As DataLakeAnalyticsAccount) As DataLakeAnalyticsAccount
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 Analytics.le compte sera associé.
- accountName
- String
Nom du compte Data Lake Analytics à créer.
- parameters
- DataLakeAnalyticsAccount
Paramètres fournis à l’opération créer Data Lake Analytics compte.
Retours
S’applique à
Azure SDK for .NET