MongoDBDatabaseResource.GetMongoDBCollection 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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}
- Vorgangs-IdMongoDBResources_GetMongoDBCollection
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource> GetMongoDBCollection (string collectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMongoDBCollection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource>
override this.GetMongoDBCollection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource>
Public Overridable Function GetMongoDBCollection (collectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MongoDBCollectionResource)
Parameter
- collectionName
- String
Cosmos DB-Sammlungsname.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
collectionName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
collectionName
ist NULL.