Freigeben über


GremlinResourcesOperationsExtensions.ListGremlinDatabasesAsync Methode

Definition

Listet die Gremlin-Datenbanken unter einem vorhandenen Azure Cosmos DB-Datenbankkonto auf.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinDatabaseGetResultsInner>> ListGremlinDatabasesAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListGremlinDatabasesAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinDatabaseGetResultsInner>>
<Extension()>
Public Function ListGremlinDatabasesAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of GremlinDatabaseGetResultsInner))

Parameter

operations
IGremlinResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: