Interface IWithChildResource
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the Gremlin Database update allowing to set child resources.
public interface IWithChildResource
Methods
DefineNewGremlinGraph(string)
Defines a new Gremlin Graph.
IBlank<IUpdate> DefineNewGremlinGraph(string name)
Parameters
name
stringThe name of Gremlin Graph.
Returns
UpdateGremlinGraph(string)
Updates a Gremlin Graph.
IUpdate UpdateGremlinGraph(string name)
Parameters
name
stringThe name of the Gremlin Graph.
Returns
- IUpdate
The next stage of the update.
WithoutGremlinGraph(string)
Removes a Gremlin Graph.
IUpdate WithoutGremlinGraph(string name)
Parameters
name
stringThe name of the Gremlin Graph.
Returns
- IUpdate
The next stage of the update.