Condividi tramite


IWithChildResource.WithoutGremlinGraph(String) Method

Definition

Removes a Gremlin Graph.

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate WithoutGremlinGraph (string name);
abstract member WithoutGremlinGraph : string -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate
Public Function WithoutGremlinGraph (name As String) As IUpdate

Parameters

name
String

The name of the Gremlin Graph.

Returns

The next stage of the update.

Applies to