Freigeben über


MongoDBResourcesOperationsExtensions.ListMongoDBCollections Methode

Definition

Listet die MongoDB-Sammlung unter einem vorhandenen Azure Cosmos DB-Datenbankkonto auf.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetResults> ListMongoDBCollections (this Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations operations, string resourceGroupName, string accountName, string databaseName);
static member ListMongoDBCollections : Microsoft.Azure.Management.CosmosDB.IMongoDBResourcesOperations * string * string * string -> seq<Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetResults>
<Extension()>
Public Function ListMongoDBCollections (operations As IMongoDBResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String) As IEnumerable(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.

Gibt zurück

Gilt für: