Interface IWithChildResource
- 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
stringThe name of the mongo collection.
Returns
UpdateCollection(string)
Updates a mongo collection.
IUpdate UpdateCollection(string name)
Parameters
name
stringThe 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
stringThe name of the mongo v.
Returns
- IUpdate
The next stage of the update.