Table of Contents

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 string

The name of Gremlin Graph.

Returns

IBlank<IUpdate>

The next stage of the update.

UpdateGremlinGraph(string)

Updates a Gremlin Graph.

IUpdate UpdateGremlinGraph(string name)

Parameters

name string

The 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 string

The name of the Gremlin Graph.

Returns

IUpdate

The next stage of the update.