Freigeben über


MongoDBResourcesOperationsExtensions.UpdateMongoDBCollectionThroughput Methode

Definition

Aktualisieren der RUs pro Sekunde einer Azure Cosmos DB MongoDB-Sammlung

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults UpdateMongoDBCollectionThroughput (this Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string collectionName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters);
static member UpdateMongoDBCollectionThroughput : Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function UpdateMongoDBCollectionThroughput (operations As IMongoDBResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, collectionName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters) As 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.

Gibt zurück

Gilt für: