Table of Contents

Interface IWithChildResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the mongo database update allowing to set child resources.

public interface IWithChildResource

Methods

DefineNewCollection(string)

Defines a new mongo collection.

IBlank<IUpdate> DefineNewCollection(string name)

Parameters

name string

The name of the mongo collection.

Returns

IBlank<IUpdate>

The next stage of the definition.

UpdateCollection(string)

Updates a mongo collection.

IUpdate UpdateCollection(string name)

Parameters

name string

The name of the mongo collection.

Returns

IUpdate

The next stage of the update.

WithoutCollection(string)

Removes a mongo collection.

IUpdate WithoutCollection(string name)

Parameters

name string

The name of the mongo v.

Returns

IUpdate

The next stage of the update.