次の方法で共有


IWithExcludedPaths<ParentT>.WithExcludedPaths メソッド

定義

除外するパスを指定します。

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

パラメーター

excludedPaths
IList<ExcludedPath>

除外されたパスの一覧。

戻り値

定義の次のステージ。

適用対象