Freigeben über


TableResourcesOperationsExtensions.BeginUpdateTableThroughput Methode

Definition

Aktualisieren von RUs pro Sekunde einer Azure Cosmos DB-Tabelle

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults BeginUpdateTableThroughput(this Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters);
static member BeginUpdateTableThroughput : Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function BeginUpdateTableThroughput (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters) As ThroughputSettingsGetResults

Parameter

operations
ITableResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

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.

Gibt zurück

Gilt für: