Share via


IWithChildResource.DefineNewGremlinDatabase(String) Method

Definition

Defines a new Gremlin Database.

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate> DefineNewGremlinDatabase (string name);
abstract member DefineNewGremlinDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate>
Public Function DefineNewGremlinDatabase (name As String) As IBlank(Of IWithCreate)

Parameters

name
String

The name of Gremlin Database.

Returns

The next stage of the definition.

Applies to