次の方法で共有


IWithExcludedPaths<ParentT>.WithExcludedPathsAppend メソッド

定義

除外されたパスを追加します。

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

パラメーター

excludedPaths
IList<ExcludedPath>

除外されたパスの一覧。

戻り値

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

適用対象