Freigeben über


CosmosDBAccountResource.Update Methode

Definition

Updates die Eigenschaften eines vorhandenen Azure Cosmos DB-Datenbankkontos.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}
  • Vorgangs-IdDatabaseAccounts_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBAccountResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBAccountResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBAccountResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As CosmosDBAccountPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CosmosDBAccountResource)

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
CosmosDBAccountPatch

Die Parameter, die für das aktuelle Datenbankkonto bereitgestellt werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: