IndexersOperationsExtensions Classe

Definição

public static class IndexersOperationsExtensions
type IndexersOperationsExtensions = class
Public Module IndexersOperationsExtensions
Herança
IndexersOperationsExtensions

Métodos

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