Freigeben über


CassandraResourcesOperationsExtensions.BeginUpdateCassandraKeyspaceThroughput Methode

Definition

Aktualisieren von RUs pro Sekunde eines Azure Cosmos DB Cassandra Keyspace

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

updateThroughputParameters
ThroughputSettingsUpdateParameters

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

Gibt zurück

Gilt für: