Share via


IWithCompositeIndexes<ParentT>.WithCompositeIndex Method

Definition

Specifies a composite index.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithCompositeIndex (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath> compositePath);
abstract member WithCompositeIndex : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithCompositeIndex (compositePath As IList(Of CompositePath)) As IWithAttach(Of ParentT)

Parameters

compositePath
IList<CompositePath>

One of the composite path.

Returns

The next stage of the update.

Applies to