Interface IWithChildResource
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the Cassandra Keyspace update allowing to set child resources.
public interface IWithChildResource
Methods
DefineNewCassandraTable(string)
Defines a new Cassandra table.
IBlank<IUpdate> DefineNewCassandraTable(string name)
Parameters
name
stringThe name of Cassandra table.
Returns
UpdateCassandraTable(string)
Updates a Cassandra table.
IUpdate UpdateCassandraTable(string name)
Parameters
name
stringThe name of the Cassandra table.
Returns
- IUpdate
The next stage of the update.
WithoutCassandraTable(string)
Removes a Cassandra table.
IUpdate WithoutCassandraTable(string name)
Parameters
name
stringThe name of the Cassandra table.
Returns
- IUpdate
The next stage of the update.