GremlinResourcesOperationsExtensions.BeginMigrateGremlinGraphToManualThroughputAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Migrieren eines Azure Cosmos DB-Gremlin-Graphen von der automatischen Skalierung zum manuellen Durchsatz
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults> BeginMigrateGremlinGraphToManualThroughputAsync (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName, System.Threading.CancellationToken cancellationToken = default);
static member BeginMigrateGremlinGraphToManualThroughputAsync : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults>
<Extension()>
Public Function BeginMigrateGremlinGraphToManualThroughputAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, graphName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Name der Cosmos DB-Datenbank.
- graphName
- String
Name des Cosmos DB-Diagramms.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET