Freigeben über


TableResourcesOperationsExtensions.MigrateTableToManualThroughput Methode

Definition

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

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

Parameter

operations
ITableResourcesOperations

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.

tableName
String

Cosmos DB-Tabellenname.

Gibt zurück

Gilt für: