Table of Contents

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 string

The name of SQL container.

Returns

IBlank<IUpdate>

The next stage of the update.

UpdateSqlContainer(string)

Updates a SQL container.

IUpdate UpdateSqlContainer(string name)

Parameters

name string

The 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 string

The name of the SQL container.

Returns

IUpdate

The next stage of the update.