Share via


IIndexersOperations Schnittstelle

Definition

IndexersOperations-Vorgänge.

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

Methoden

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

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Erstellt einen neuen Indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Löscht einen Indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Bestimmt, ob der angegebene Indexer im Suchdienst vorhanden ist oder nicht.

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

Gibt den aktuellen Status und Ausführungsverlauf eines Indexers zurück. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

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

Ruft eine Indexerdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

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

Listet alle Indexer auf, die für einen Suchdienst verfügbar sind. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

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

Setzt den Änderungsnachverfolgungsstatus zurück, der einem Indexer zugeordnet ist. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

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

Führt einen Indexer bei Bedarf aus. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Erweiterungsmethoden

Create(IIndexersOperations, Indexer, SearchRequestOptions)

Erstellt einen neuen Indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

Erstellt einen neuen Indexer. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

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

Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

Löscht einen Indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

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

Löscht einen Indexer. https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

Bestimmt, ob der angegebene Indexer im Suchdienst vorhanden ist oder nicht.

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Bestimmt, ob der angegebene Indexer im Suchdienst vorhanden ist oder nicht.

Get(IIndexersOperations, String, SearchRequestOptions)

Ruft eine Indexerdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Ruft eine Indexerdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

Gibt den aktuellen Status und Ausführungsverlauf eines Indexers zurück. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Gibt den aktuellen Status und Ausführungsverlauf eines Indexers zurück. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

Listet alle Indexer auf, die für einen Suchdienst verfügbar sind. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

Listet alle Indexer auf, die für einen Suchdienst verfügbar sind. https://docs.microsoft.com/rest/api/searchservice/List-Indexers

Reset(IIndexersOperations, String, SearchRequestOptions)

Setzt den Änderungsnachverfolgungsstatus zurück, der einem Indexer zugeordnet ist. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Setzt den Änderungsnachverfolgungsstatus zurück, der einem Indexer zugeordnet ist. https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

Führt einen Indexer bei Bedarf aus. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

Führt einen Indexer bei Bedarf aus. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

Gilt für: