Partilhar via


IWithIndex<ParentT>.WithIndexes(IList<MongoIndex>) Método

Definição

Acrescenta todos os índices mongo aos índices atuais.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithIndexes (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> indexes);
abstract member WithIndexes : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithIndexes (indexes As IList(Of MongoIndex)) As IWithAttach(Of ParentT)

Parâmetros

indexes
IList<MongoIndex>

Os índices precisam ser acrescentados.

Retornos

O próximo estágio da definição.

Aplica-se a