Partager via


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

Définition

Ajoute tous les index mongo aux index actuels.

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

Paramètres

indexes
IList<MongoIndex>

Les index doivent être ajoutés.

Retours

Étape suivante de la mise à jour.

S’applique à