Compartir a través de


IIndexersOperations Interfaz

Definición

Operaciones IndexersOperations.

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

Métodos

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

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Crea un nuevo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Elimina un indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Determina si el indexador especificado existe o no en el servicio de búsqueda.

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

Devuelve el historial de ejecución y el estado actual de un indizador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

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

Recupera una definición del indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

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

Enumera todos los indexadores disponibles para un servicio de búsqueda. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

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

Restablece el estado de seguimiento de cambios asociado a un indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

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

Ejecuta un indexador a petición. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Métodos de extensión

Create(IIndexersOperations, Indexer, SearchRequestOptions)

Crea un nuevo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

Crea un nuevo indexador. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Crea un indexador o actualiza un indexador si ya existe. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

Elimina un indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Elimina un indexador. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

Determina si el indexador especificado existe o no en el servicio de búsqueda.

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Determina si el indexador especificado existe o no en el servicio de búsqueda.

Get(IIndexersOperations, String, SearchRequestOptions)

Recupera una definición del indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Recupera una definición del indexador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

Devuelve el historial de ejecución y el estado actual de un indizador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Devuelve el historial de ejecución y el estado actual de un indizador. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

Enumera todos los indexadores disponibles para un servicio de búsqueda. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

Enumera todos los indexadores disponibles para un servicio de búsqueda. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

Reset(IIndexersOperations, String, SearchRequestOptions)

Restablece el estado de seguimiento de cambios asociado a un indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Restablece el estado de seguimiento de cambios asociado a un indexador. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

Ejecuta un indexador a petición. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Ejecuta un indexador a petición. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Se aplica a