Partager via


IWithExcludedPaths<ParentT>.WithExcludedPathsAppend Méthode

Définition

Ajoute des chemins d’accès exclus.

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

Paramètres

excludedPaths
IList<ExcludedPath>

Liste du chemin d’accès exclu.

Retours

Étape suivante de la mise à jour.

S’applique à