Compartilhar via


IWithExcludedPaths<ParentT>.WithExcludedPathsReplace Método

Definição

Substitui os caminhos excluídos.

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)

Parâmetros

excludedPaths
IList<ExcludedPath>

A lista do caminho excluído.

Retornos

O próximo estágio da atualização.

Aplica-se a