IndexesOperationsExtensions.List メソッド

定義

検索サービスで使用できるすべてのインデックスを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

public static Microsoft.Azure.Search.Models.IndexListResult List (this Microsoft.Azure.Search.IIndexesOperations operations, string select = default, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member List : Microsoft.Azure.Search.IIndexesOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.IndexListResult
<Extension()>
Public Function List (operations As IIndexesOperations, Optional select As String = Nothing, Optional searchRequestOptions As SearchRequestOptions = Nothing) As IndexListResult

パラメーター

operations
IIndexesOperations

この拡張メソッドの操作グループ。

select
String

取得するインデックス定義のプロパティを選択します。 JSON プロパティ名のコンマ区切りリスト、またはすべてのプロパティに対して '*' として指定されます。 既定値は、すべてのプロパティです。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

戻り値

適用対象