Interface IWithChildResource<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the Cassandra Keyspace 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
DefineNewCassandraTable(string)
Defines a new Cassandra table.
IBlank<IWithAttach<ParentT>> DefineNewCassandraTable(string name)
Parameters
name
stringThe name of the Cassandra table.
Returns
- IBlank<IWithAttach<ParentT>>
The next stage of the definition.