IWithChildResource.DefineNewCassandraTable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a new Cassandra table.
public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate> DefineNewCassandraTable (string name);
abstract member DefineNewCassandraTable : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>
Public Function DefineNewCassandraTable (name As String) As IBlank(Of IUpdate)
Parameters
- name
- String
The name of Cassandra table.
Returns
The next stage of the update.