IWithExcludedPaths<ParentT>.WithExcludedPathsReplace Method

Definition

Replaces the excluded paths.

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

Parameters

excludedPaths
IList<ExcludedPath>

The list of the excluded path.

Returns

The next stage of the update.

Applies to