CassandraResourcesOperationsExtensions.GetCassandraKeyspaceThroughputAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die RUs pro Sekunde des Cassandra Keyspace unter einem vorhandenen Azure Cosmos DB-Datenbankkonto mit dem angegebenen Namen ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner> GetCassandraKeyspaceThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetCassandraKeyspaceThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>
<Extension()>
Public Function GetCassandraKeyspaceThroughputAsync (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String, 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-Schlüsselraumname.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET