IWithIndex.WithIndexesReplace(IList<MongoIndex>) 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.
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.