Partager via


IWithExcludedPaths<ParentT>.WithExcludedPathsReplace Méthode

Définition

Remplace les chemins exclus.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithExcludedPathsReplace (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> excludedPaths);
abstract member WithExcludedPathsReplace : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithExcludedPathsReplace (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 à