Freigeben über


IWithExcludedPaths<ParentT>.WithExcludedPaths Methode

Definition

Gibt die ausgeschlossenen Pfade an.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithExcludedPaths (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> excludedPaths);
abstract member WithExcludedPaths : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithExcludedPaths (excludedPaths As IList(Of ExcludedPath)) As IWithAttach(Of ParentT)

Parameter

excludedPaths
IList<ExcludedPath>

Die Liste des ausgeschlossenen Pfads.

Gibt zurück

Die nächste Phase der Definition.

Gilt für: