Partilhar via


IIndexersOperations Interface

Definição

Operações IndexersOperations.

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

Métodos

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

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Cria um novo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Exclui um indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Determina se o indexador fornecido existe ou não no serviço de pesquisa.

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

Retorna o histórico de execução e do status atual de um indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

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

Recupera uma definição de indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

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

Lista todos os indexadores disponíveis para um serviço de pesquisa. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

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

Redefine o estado de controle de alterações associado a um indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

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

Executa um indexador sob demanda. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Métodos de Extensão

Create(IIndexersOperations, Indexer, SearchRequestOptions)

Cria um novo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

Cria um novo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

Exclui um indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Exclui um indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

Determina se o indexador fornecido existe ou não no serviço de pesquisa.

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Determina se o indexador fornecido existe ou não no serviço de pesquisa.

Get(IIndexersOperations, String, SearchRequestOptions)

Recupera uma definição de indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Recupera uma definição de indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

Retorna o histórico de execução e do status atual de um indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Retorna o histórico de execução e do status atual de um indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

Lista todos os indexadores disponíveis para um serviço de pesquisa. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

Lista todos os indexadores disponíveis para um serviço de pesquisa. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

Reset(IIndexersOperations, String, SearchRequestOptions)

Redefine o estado de controle de alterações associado a um indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Redefine o estado de controle de alterações associado a um indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

Executa um indexador sob demanda. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Executa um indexador sob demanda. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Aplica-se a