Table of Contents

Interface IWithChildResource<ParentT>

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

The name of the Cassandra table.

Returns

IBlank<IWithAttach<ParentT>>

The next stage of the definition.