次の方法で共有


IWithSpatialIndexes<ParentT>.WithoutSpatialIndex(String) メソッド

定義

空間インデックスを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithoutSpatialIndex (string path);
abstract member WithoutSpatialIndex : string -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithoutSpatialIndex (path As String) As IWithAttach(Of ParentT)

パラメーター

path
String

空間スペックのパス。

戻り値

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

適用対象