IWithColumn.WithColumnsReplace(IList<Column>) Method

Definition

Replaces the columns.

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithColumnsReplace (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> columns);
abstract member WithColumnsReplace : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithColumnsReplace (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