Share via


IWithExcludedPaths<ParentT>.WithExcludedPathsAppend Method

Definition

Appends excluded paths.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithExcludedPathsAppend (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> excludedPaths);
abstract member WithExcludedPathsAppend : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithExcludedPathsAppend (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