Freigeben über


CassandraResourcesOperationsExtensions.MigrateCassandraTableToManualThroughput Methode

Definition

Migrieren einer Azure Cosmos DB-Cassandra-Tabelle von der automatischen Skalierung zum manuellen Durchsatz

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

tableName
String

Cosmos DB-Tabellenname.

Gibt zurück

Gilt für: