Freigeben über


GremlinResourcesOperationsExtensions.MigrateGremlinGraphToManualThroughput Methode

Definition

Migrieren eines Azure Cosmos DB Gremlin-Graphen von der automatischen Skalierung zum manuellen Durchsatz

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

Parameter

operations
IGremlinResourcesOperations

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.

databaseName
String

Cosmos DB-Datenbankname.

graphName
String

Name des Cosmos DB-Diagramms.

Gibt zurück

Gilt für: