次の方法で共有


IWithIndexingPolicy<ParentT>.WithIndexingPolicy(IndexingPolicy) メソッド

定義

インデックス作成ポリシーを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT> WithIndexingPolicy(Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy indexingPolicy);
abstract member WithIndexingPolicy : Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<'ParentT>
Public Function WithIndexingPolicy (indexingPolicy As IndexingPolicy) As IWithAttach(Of ParentT)

パラメーター

indexingPolicy
IndexingPolicy

インデックス作成ポリシー。

戻り値

定義の次のステージ。

適用対象