Table of Contents

Interface IWithChildResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update
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 string

The name of Cassandra table.

Returns

IBlank<IUpdate>

The next stage of the update.

UpdateCassandraTable(string)

Updates a Cassandra table.

IUpdate UpdateCassandraTable(string name)

Parameters

name string

The 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 string

The name of the Cassandra table.

Returns

IUpdate

The next stage of the update.