次の方法で共有


IWithExcludedPaths<ParentT>.WithExcludedPathsReplace メソッド

定義

除外されたパスを置き換えます。

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)

パラメーター

excludedPaths
IList<ExcludedPath>

除外されたパスの一覧。

戻り値

更新プログラムの次のステージ。

適用対象