次の方法で共有


IWithIncludedPaths<ParentT>.WithoutIncludedPath(String) メソッド

定義

含まれているパスを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithoutIncludedPath (string path);
abstract member WithoutIncludedPath : string -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithoutIncludedPath (path As String) As IWithAttach(Of ParentT)

パラメーター

path
String

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

戻り値

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

適用対象