次の方法で共有


IWithCompositeIndexes<ParentT>.WithCompositeIndex メソッド

定義

複合インデックスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithCompositeIndex (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath> compositePath);
abstract member WithCompositeIndex : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithCompositeIndex (compositePath As IList(Of CompositePath)) As IWithAttach(Of ParentT)

パラメーター

compositePath
IList<CompositePath>

複合パスの 1 つ。

戻り値

更新プログラムの次のステージ。

適用対象