Partager via


DataLakeStoreAccountInformationCollection.CreateOrUpdateAsync Méthode

Définition

Mises à jour le compte Data Lake Analytics spécifié pour inclure le compte Data Lake Store supplémentaire.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • IdDataLakeStoreAccounts_Add d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dataLakeStoreAccountName, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dataLakeStoreAccountName As String, content As DataLakeStoreAccountInformationCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

dataLakeStoreAccountName
String

Nom du compte Data Lake Store à ajouter.

content
DataLakeStoreAccountInformationCreateOrUpdateContent

Détails du compte Data Lake Store.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

dataLakeStoreAccountName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

dataLakeStoreAccountName ou content est null.

S’applique à