次の方法で共有


IWithIncludedPaths<ParentT>.WithIncludedPath メソッド

定義

オーバーロード

WithIncludedPath(IncludedPath)

含まれるパスを指定します。

WithIncludedPath(String)

含まれるパスを指定します。

WithIncludedPath(IncludedPath)

含まれるパスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithIncludedPath (Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath includedPath);
abstract member WithIncludedPath : Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithIncludedPath (includedPath As IncludedPath) As IWithAttach(Of ParentT)

パラメーター

includedPath
IncludedPath

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

戻り値

定義の次のステージ。

適用対象

WithIncludedPath(String)

含まれるパスを指定します。

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

パラメーター

path
String

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

戻り値

定義の次のステージ。

適用対象