Share via


GremlinResourcesOperationsExtensions.ListGremlinGraphsAsync Method

Definition

Lists the Gremlin graph under an existing Azure Cosmos DB database account.

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))

Parameters

operations
IGremlinResourcesOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure resource group.

accountName
String

Cosmos DB database account name.

databaseName
String

Cosmos DB database name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to