IWithChildResource.WithoutCassandraTable(String) Method

Definition

Removes a Cassandra table.

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

Parameters

name
String

The name of the Cassandra table.

Returns

The next stage of the update.

Applies to