IndexersOperationsExtensions Class

Definition

public static class IndexersOperationsExtensions
type IndexersOperationsExtensions = class
Public Module IndexersOperationsExtensions
Inheritance
IndexersOperationsExtensions

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