次の方法で共有


IndexListResult コンストラクター

定義

オーバーロード

IndexListResult()

IndexListResult クラスの新しいインスタンスを初期化します。

IndexListResult(IList<Index>)

IndexListResult クラスの新しいインスタンスを初期化します。

IndexListResult()

ソース:
IndexListResult.cs

IndexListResult クラスの新しいインスタンスを初期化します。

public IndexListResult ();
Public Sub New ()

適用対象

IndexListResult(IList<Index>)

ソース:
IndexListResult.cs

IndexListResult クラスの新しいインスタンスを初期化します。

public IndexListResult (System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Index> indexes = default);
new Microsoft.Azure.Search.Models.IndexListResult : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Index> -> Microsoft.Azure.Search.Models.IndexListResult
Public Sub New (Optional indexes As IList(Of Index) = Nothing)

パラメーター

indexes
IList<Index>

Search Service内のインデックス。

適用対象