Freigeben über


TableResourcesOperationsExtensions.UpdateTableThroughputAsync Methode

Definition

Aktualisieren von RUs pro Sekunde einer Azure Cosmos DB-Tabelle

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner> UpdateTableThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTableThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>
<Extension()>
Public Function UpdateTableThroughputAsync (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)

Parameter

operations
ITableResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

tableName
String

Cosmos DB-Tabellenname.

updateThroughputParameters
ThroughputSettingsUpdateParameters

Die Parameter, die für die RUs pro Sekunde der aktuellen Tabelle bereitgestellt werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: