次の方法で共有


IWithExcludedPaths<ParentT>.WithExcludedPath メソッド

定義

オーバーロード

WithExcludedPath(ExcludedPath)

除外されたパスを指定します。

WithExcludedPath(String)

除外されたパスを指定します。

WithExcludedPath(ExcludedPath)

除外されたパスを指定します。

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

パラメーター

excludedPath
ExcludedPath

除外されたパスの 1 つ。

戻り値

定義の次のステージ。

適用対象

WithExcludedPath(String)

除外されたパスを指定します。

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

パラメーター

path
String

除外されたパスの 1 つ。

戻り値

定義の次のステージ。

適用対象