Interface IWithChildResource<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Definition
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the mongo 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
DefineNewCollection(string)
Defines a new mongo collection.
IBlank<IWithAttach<ParentT>> DefineNewCollection(string name)
Parameters
name
stringThe name of the mongo collection.
Returns
- IBlank<IWithAttach<ParentT>>
The next stage of the definition.