IWithCompositeIndexes<ParentT>.WithNewCompositeIndexList Method

Definition

Specifies a composite index empty list to set every composite path.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<ParentT> WithNewCompositeIndexList ();
abstract member WithNewCompositeIndexList : unit -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<'ParentT>
Public Function WithNewCompositeIndexList () As IWithCompositeIndexList(Of ParentT)

Returns

The next stage of the update.

Applies to