Freigeben über


GremlinResourcesOperationsExtensions.ListGremlinGraphsAsync Methode

Definition

Listet das Gremlin-Diagramm unter einem vorhandenen Azure Cosmos DB-Datenbankkonto auf.

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

Parameter

operations
IGremlinResourcesOperations

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: