MongoDBResourcesOperationsExtensions.BeginUpdateMongoDBCollectionThroughputAsync 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 Azure Cosmos DB MongoDB-Sammlung
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults> BeginUpdateMongoDBCollectionThroughputAsync (this Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string collectionName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateMongoDBCollectionThroughputAsync : Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults>
<Extension()>
Public Function BeginUpdateMongoDBCollectionThroughputAsync (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 ThroughputSettingsGetResults)
Parameter
- operations
- IMongoDBResourcesOperations
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.
- collectionName
- String
Cosmos DB-Auflistungsname.
- 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