Freigeben über


CassandraResourcesOperationsExtensions.BeginUpdateCassandraKeyspaceThroughputAsync Methode

Definition

Aktualisieren von RUs pro Sekunde eines Azure Cosmos DB-Cassandra-Keyspaces

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner> BeginUpdateCassandraKeyspaceThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateCassandraKeyspaceThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations * 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 BeginUpdateCassandraKeyspaceThroughputAsync (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)

Parameter

operations
ICassandraResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

keyspaceName
String

Cosmos DB-Keyspacename.

updateThroughputParameters
ThroughputSettingsUpdateParameters

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: