MongoDBResourcesOperationsExtensions.GetMongoDBCollectionAsync 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 MongoDB-Auflistung unter einem vorhandenen Azure Cosmos DB-Datenbankkonto ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetResults> GetMongoDBCollectionAsync (this Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string collectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetMongoDBCollectionAsync : Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetResults>
<Extension()>
Public Function GetMongoDBCollectionAsync (operations As IMongoDBResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, collectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MongoDBCollectionGetResults)
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
Name der Cosmos DB-Datenbank.
- collectionName
- String
Cosmos DB-Sammlungsname.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET