Freigeben über


CassandraResourcesOperationsExtensions.BeginUpdateCassandraTableThroughput Methode

Definition

Aktualisieren von RUs pro Sekunde einer Azure Cosmos DB Cassandra-Tabelle

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

Parameter

operations
ICassandraResourcesOperations

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.

keyspaceName
String

Cosmos DB-Schlüsselraumname.

tableName
String

Cosmos DB-Tabellenname.

updateThroughputParameters
ThroughputSettingsUpdateParameters

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

Gibt zurück

Gilt für: