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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET