IWithIncludedPaths<ParentT>.WithoutIncludedPath(String) Method

Definition

Removes an included path.

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

Parameters

path
String

The path of the included path.

Returns

The next stage of the update.

Applies to