DataSourcesOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
IDataSourcesOperations

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

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

戻り値

適用対象