Freigeben über


CassandraResourcesOperationsExtensions.GetCassandraKeyspaceThroughput Methode

Definition

Ruft die RUs pro Sekunde des Cassandra-Keyspaces unter einem vorhandenen Azure Cosmos DB-Datenbankkonto mit dem angegebenen Namen ab.

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

Gibt zurück

Gilt für: