Interface IWithChildResource
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the SQL database update allowing to set child resources.
public interface IWithChildResource
Methods
DefineNewSqlContainer(string)
Defines a new SQL container.
IBlank<IUpdate> DefineNewSqlContainer(string name)
Parameters
name
stringThe name of SQL container.
Returns
UpdateSqlContainer(string)
Updates a SQL container.
IUpdate UpdateSqlContainer(string name)
Parameters
name
stringThe name of the SQL container.
Returns
- IUpdate
The next stage of the update.
WithoutSqlContainer(string)
Removes a SQL container.
IUpdate WithoutSqlContainer(string name)
Parameters
name
stringThe name of the SQL container.
Returns
- IUpdate
The next stage of the update.