次の方法で共有


IWithSpatialIndexes<ParentT>.WithSpatialIndexesReplace メソッド

定義

空間インデックスを置き換えます。

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

パラメーター

spatialSpecs
IList<SpatialSpec>

空間スペックの一覧。

戻り値

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

適用対象