Share via


ICosmosDBAccount.GetGremlinDatabase(String) Method

Definition

public Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase GetGremlinDatabase (string name);
abstract member GetGremlinDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase
Public Function GetGremlinDatabase (name As String) As IGremlinDatabase

Parameters

name
String

The name of Gremlin Database.

Returns

The specific Gremlin Database.

Applies to