IWithColumn<ParentT>.WithColumns(IList<Column>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends all columns.
public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> WithColumns (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> columns);
abstract member WithColumns : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<'ParentT>
Public Function WithColumns (columns As IList(Of Column)) As IWithAttach(Of ParentT)
Parameters
Returns
The next stage of the definition.