次の方法で共有


CassandraResourcesOperationsExtensions.UpdateCassandraTableThroughputAsync メソッド

定義

Azure Cosmos DB Cassandra テーブルの 1 秒あたりの RU の更新

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults> UpdateCassandraTableThroughputAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName, string tableName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateCassandraTableThroughputAsync : Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults>
<Extension()>
Public Function UpdateCassandraTableThroughputAsync (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String, tableName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResults)

パラメーター

operations
ICassandraResourcesOperations

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

resourceGroupName
String

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

accountName
String

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

keyspaceName
String

Cosmos DB キースペース名。

tableName
String

Cosmos DB テーブル名。

updateThroughputParameters
ThroughputSettingsUpdateParameters

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象