IWithExcludedPaths<ParentT>.WithExcludedPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET