Interface IWithChildResource<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the Gremlin Database definition allowing to set child resources.
public interface IWithChildResource<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
DefineNewGremlinGraph(string)
Defines a new Gremlin Graph.
IBlank<IWithAttach<ParentT>> DefineNewGremlinGraph(string name)
Parameters
name
stringThe name of the Gremlin Graph.
Returns
- IBlank<IWithAttach<ParentT>>
The next stage of the definition.