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