Freigeben über


DataLakeStoreAccountResource.Update Methode

Definition

Updates die angegebenen Data Lake Store-Kontoinformationen.

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

Parameter

waitUntil
WaitUntil

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

patch
DataLakeStoreAccountPatch

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: