Share via


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

IIndexersOperations 接口

定义

IndexersOperations 操作。

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

方法

CreateOrUpdateWithHttpMessagesAsync(Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateWithHttpMessagesAsync(String, Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateWithHttpMessagesAsync(Indexer, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

创建新的索引器。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

DeleteWithHttpMessagesAsync(String, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

删除索引器。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

ExistsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

确定搜索服务中是否存在给定索引器。

GetStatusWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

返回索引器的当前状态和执行历史记录。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

检索索引器定义。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

ListWithHttpMessagesAsync(SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

ResetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

重置与索引器关联的更改跟踪状态。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

RunWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

按需运行索引器。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

扩展方法

Create(IIndexersOperations, Indexer, SearchRequestOptions)

创建新的索引器。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

创建新的索引器。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateAsync(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateAsync(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)

创建新的索引器或更新索引器(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

删除索引器。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

DeleteAsync(IIndexersOperations, String, SearchRequestOptions, AccessCondition, CancellationToken)

删除索引器。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

确定搜索服务中是否存在给定索引器。

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

确定搜索服务中是否存在给定索引器。

Get(IIndexersOperations, String, SearchRequestOptions)

检索索引器定义。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

检索索引器定义。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

返回索引器的当前状态和执行历史记录。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

返回索引器的当前状态和执行历史记录。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

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

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

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

Reset(IIndexersOperations, String, SearchRequestOptions)

重置与索引器关联的更改跟踪状态。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

重置与索引器关联的更改跟踪状态。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

按需运行索引器。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

按需运行索引器。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

适用于