MongoDBResourcesOperationsExtensions.GetMongoDBCollectionThroughput 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.
Ruft die RUs pro Sekunde der MongoDB-Auflistung unter einem vorhandenen Azure Cosmos DB-Datenbankkonto mit dem angegebenen Namen ab.
public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults GetMongoDBCollectionThroughput (this Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string collectionName);
static member GetMongoDBCollectionThroughput : Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function GetMongoDBCollectionThroughput (operations As IMongoDBResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, collectionName As String) 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.
Gibt zurück
Gilt für:
Azure SDK for .NET