Share via


IWithExcludedPaths<ParentT>.WithExcludedPath Methode

Definition

Überlädt

WithExcludedPath(ExcludedPath)

Gibt einen ausgeschlossenen Pfad an.

WithExcludedPath(String)

Gibt einen ausgeschlossenen Pfad an.

WithExcludedPath(ExcludedPath)

Gibt einen ausgeschlossenen Pfad an.

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)

Parameter

excludedPath
ExcludedPath

Einer der ausgeschlossenen Pfade.

Gibt zurück

Die nächste Phase des Updates.

Gilt für:

WithExcludedPath(String)

Gibt einen ausgeschlossenen Pfad an.

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)

Parameter

path
String

Einer der ausgeschlossenen Pfade.

Gibt zurück

Die nächste Phase des Updates.

Gilt für: