IWithExcludedPaths<ParentT>.WithExcludedPath Method

Definition

Overloads

WithExcludedPath(ExcludedPath)

Specifies an excluded path.

WithExcludedPath(String)

Specifies an excluded path.

WithExcludedPath(ExcludedPath)

Specifies an excluded path.

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

Parameters

excludedPath
ExcludedPath

One of the excluded path.

Returns

The next stage of the update.

Applies to

WithExcludedPath(String)

Specifies an excluded path.

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

Parameters

path
String

One of the excluded path.

Returns

The next stage of the update.

Applies to