IWithChildResource.UpdateGremlinGraph(String) Method

Definition

Updates a Gremlin Graph.

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

Parameters

name
String

The name of the Gremlin Graph.

Returns

The next stage of the update.

Applies to