IWithSpatialIndexes<ParentT>.WithoutSpatialIndexes Method

Definition

Removes all spatial indexes.

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

Returns

The next stage of the update.

Applies to