次の方法で共有


CassandraResourcesOperationsExtensions.GetCassandraTableThroughput メソッド

定義

指定された名前の既存の Azure Cosmos DB データベース アカウントの Cassandra テーブルの 1 秒あたりの RU を取得します。

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

パラメーター

operations
ICassandraResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Cosmos DB データベース アカウント名。

keyspaceName
String

Cosmos DB キースペース名。

tableName
String

Cosmos DB テーブル名。

戻り値

適用対象