次の方法で共有


IWithIndex<ParentT>.WithIndexes(IList<MongoIndex>) メソッド

定義

すべての mongo インデックスを現在のインデックスに追加します。

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)

パラメーター

indexes
IList<MongoIndex>

インデックスを追加する必要があります。

戻り値

定義の次のステージ。

適用対象