IWithIndexingMode<ParentT>.WithoutIndexingMode Method

Definition

Removes the indexing mode.

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

Returns

The next stage of the update.

Applies to