Freigeben über


DataLakeStoreAccountResource.UpdateAsync Methode

Definition

Updates die angegebenen Data Lake Store-Kontoinformationen.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgangs-IdAccounts_Update
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As DataLakeStoreAccountPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataLakeStoreAccountResource))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

patch
DataLakeStoreAccountPatch

Parameter, die zum Aktualisieren des Data Lake Store-Kontos bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: