IndexersOperationsExtensions Klasse

Definition

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

Methoden

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: