Freigeben über


AccountOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellt das angegebene Data Lake Analytics-Konto. Dadurch werden dem Benutzer Berechnungsdienste für Data Lake Analytics Workloads bereitgestellt.

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

Parameter

operations
IAccountOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Azure-Ressourcengruppe, die den Data Lake Analytics account.the account wird zugeordnet.

accountName
String

Der Name des zu erstellenden Data Lake Analytics Kontos.

parameters
DataLakeAnalyticsAccount

Parameter, die für den Vorgang zum Erstellen Data Lake Analytics Kontos angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: