Freigeben über


AccountOperationsExtensions.CreateAsync 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> CreateAsync (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 CreateAsync : 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 CreateAsync (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 die Data Lake Analytics Konto enthält. Dem Konto 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 bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: