IWithColumn.WithColumnsAppend(IList<Column>) Method

Definition

Appends all columns.

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithColumnsAppend (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> columns);
abstract member WithColumnsAppend : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithColumnsAppend (columns As IList(Of Column)) As IUpdate

Parameters

columns
IList<Column>

The list of the Cassandra table column.

Returns

The next stage of the update.

Applies to