Share via


IWithChildResource.WithoutGremlinDatabase(String) Method

Definition

Removes a Gremlin Database.

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithoutGremlinDatabase (string name);
abstract member WithoutGremlinDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithoutGremlinDatabase (name As String) As IWithOptionals

Parameters

name
String

The name of Gremlin Database.

Returns

The next stage of the update.

Applies to