MongoDBResourcesOperationsExtensions.UpdateMongoDBCollectionThroughputAsync 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.
Aktualisieren der RUs pro Sekunde einer MongoDB-Sammlung von Azure Cosmos DB
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner> UpdateMongoDBCollectionThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string collectionName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateMongoDBCollectionThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDBResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>
<Extension()>
Public Function UpdateMongoDBCollectionThroughputAsync (operations As IMongoDBResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, collectionName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)
Parameter
- operations
- IMongoDBResourcesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- accountName
- String
Name des Cosmos DB-Datenbankkontos.
- databaseName
- String
Name der Cosmos DB-Datenbank.
- collectionName
- String
Cosmos DB-Sammlungsname.
- updateThroughputParameters
- ThroughputSettingsUpdateParameters
Die RUs pro Sekunde der Parameter, die für die aktuelle MongoDB-Auflistung bereitgestellt werden sollen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET