IWithIndex.WithIndexesReplace(IList<MongoIndex>) Method

Definition

Replaces the mongo indexes.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate WithIndexesReplace (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> indexes);
abstract member WithIndexesReplace : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function WithIndexesReplace (indexes As IList(Of MongoIndex)) As IUpdate

Parameters

indexes
IList<MongoIndex>

The mongo indexes.

Returns

The next stage of the update.

Applies to