你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexesOperationsExtensions.ListAsync 方法

定义

列出可用于搜索服务的所有索引。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.IndexListResult> ListAsync (this Microsoft.Azure.Search.IIndexesOperations operations, string select = default, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Search.IIndexesOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.IndexListResult>
<Extension()>
Public Function ListAsync (operations As IIndexesOperations, Optional select As String = Nothing, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IndexListResult)

参数

operations
IIndexesOperations

此扩展方法的操作组。

select
String

选择要检索的索引定义的属性。 指定为以逗号分隔的 JSON 属性名称列表,或为所有属性指定“*”。 默认值为所有属性。

searchRequestOptions
SearchRequestOptions

操作的其他参数

cancellationToken
CancellationToken

取消标记。

返回

适用于