StorageAccountsOperationsExtensions.AddAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates das angegebene Data Lake Analytics-Konto, um ein Azure Storage-Konto hinzuzufügen.
public static System.Threading.Tasks.Task AddAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, parameters As AddStorageAccountParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IStorageAccountsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Azure-Ressourcengruppe
- accountName
- String
Der Name des Data Lake Analytics-Kontos.
- storageAccountName
- String
Der Name des hinzuzufügenden Azure Storage-Kontos
- parameters
- AddStorageAccountParameters
Die Parameter, die den Zugriffsschlüssel und das optionale Suffix für das Azure Storage-Konto enthalten.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET