Share via


GremlinResourcesOperationsExtensions.ListGremlinGraphs Method

Definition

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults> ListGremlinGraphs (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName);
static member ListGremlinGraphs : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string -> seq<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults>
<Extension()>
Public Function ListGremlinGraphs (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String) As IEnumerable(Of GremlinGraphGetResults)

Parameters

operations
IGremlinResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

databaseName
String

Cosmos DB database name.

Returns

Applies to