次の方法で共有


IWithIncludedPaths<ParentT>.WithIncludedPathsAppend メソッド

定義

含まれているパスを追加します。

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

パラメーター

includedPaths
IList<IncludedPath>

含まれているパスの一覧。

戻り値

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

適用対象