Table of Contents

Interface IWithChildResource<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Definition
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 string

The name of the Gremlin Graph.

Returns

IBlank<IWithAttach<ParentT>>

The next stage of the definition.