Compartilhar via


IWithIncludedPaths<ParentT>.WithIncludedPathsReplace Método

Definição

Substitui os caminhos incluídos.

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

Parâmetros

includedPaths
IList<IncludedPath>

A lista do caminho incluído.

Retornos

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

Aplica-se a