IIndexersOperations Interface

Definition

IndexersOperations operations.

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

Methods

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

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Creates a new indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Deletes an indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Determines whether or not the given indexer exists in the search service.

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

Returns the current status and execution history of an indexer. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

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

Retrieves an indexer definition. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

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

Lists all indexers available for a search service. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

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

Resets the change tracking state associated with an indexer. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

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

Runs an indexer on-demand. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Extension Methods

Create(IIndexersOperations, Indexer, SearchRequestOptions)

Creates a new indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

Creates a new indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Creates a new indexer or updates an indexer if it already exists. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

Deletes an indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Deletes an indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

Determines whether or not the given indexer exists in the search service.

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Determines whether or not the given indexer exists in the search service.

Get(IIndexersOperations, String, SearchRequestOptions)

Retrieves an indexer definition. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Retrieves an indexer definition. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

Returns the current status and execution history of an indexer. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Returns the current status and execution history of an indexer. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

Lists all indexers available for a search service. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

Lists all indexers available for a search service. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

Reset(IIndexersOperations, String, SearchRequestOptions)

Resets the change tracking state associated with an indexer. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Resets the change tracking state associated with an indexer. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

Runs an indexer on-demand. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Runs an indexer on-demand. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Applies to