Partager via


IWithIndex.WithIndexesReplace(IList<MongoIndex>) Méthode

Définition

Remplace les index mongo.

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

Paramètres

indexes
IList<MongoIndex>

Index mongo.

Retours

Étape suivante de la mise à jour.

S’applique à