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.Fluent.Models.GremlinGraphGetResultsInner>> ListGremlinGraphsAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member ListGremlinGraphsAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetResultsInner>>
<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 GremlinGraphGetResultsInner))

Parameter

operations
IGremlinResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

databaseName
String

Name der Cosmos DB-Datenbank.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: