次の方法で共有


CassandraResourcesOperationsExtensions.UpdateCassandraKeyspaceThroughput メソッド

定義

Azure Cosmos DB Cassandra Keyspace の 1 秒あたりの RU の更新

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

パラメーター

operations
ICassandraResourcesOperations

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

resourceGroupName
String

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

accountName
String

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

keyspaceName
String

Cosmos DB キースペース名。

updateThroughputParameters
ThroughputSettingsUpdateParameters

現在の Cassandra Keyspace に提供するパラメーターの 1 秒あたりの RU。

戻り値

適用対象