IWithChildResource.WithoutSqlContainer(String) Method

Definition

Removes a SQL container.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate WithoutSqlContainer (string name);
abstract member WithoutSqlContainer : string -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate
Public Function WithoutSqlContainer (name As String) As IUpdate

Parameters

name
String

The name of the SQL container.

Returns

The next stage of the update.

Applies to