ISynonymMapsOperations Schnittstelle

Definition

SynonymMapsOperations-Vorgänge.

public interface ISynonymMapsOperations
type ISynonymMapsOperations = interface
Public Interface ISynonymMapsOperations

Methoden

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

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

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

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

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

Erstellt eine neue Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Create-Synonym-Map

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

Löscht eine Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Delete-Synonym-Map

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

Bestimmt, ob die angegebene Synonymzuordnung im Azure Cognitive Search-Dienst vorhanden ist.

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

Ruft eine Synonymzuordnungsdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Synonym-Map

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

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

Erweiterungsmethoden

Create(ISynonymMapsOperations, SynonymMap, SearchRequestOptions)

Erstellt eine neue Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Create-Synonym-Map

CreateAsync(ISynonymMapsOperations, SynonymMap, SearchRequestOptions, CancellationToken)

Erstellt eine neue Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Create-Synonym-Map

CreateOrUpdate(ISynonymMapsOperations, SynonymMap, SearchRequestOptions, AccessCondition)

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

CreateOrUpdate(ISynonymMapsOperations, String, SynonymMap, SearchRequestOptions, AccessCondition)

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

CreateOrUpdateAsync(ISynonymMapsOperations, SynonymMap, SearchRequestOptions, AccessCondition, CancellationToken)

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

CreateOrUpdateAsync(ISynonymMapsOperations, String, SynonymMap, SearchRequestOptions, AccessCondition, CancellationToken)

Erstellt eine neue Synonymzuordnung oder aktualisiert eine Synonymzuordnung, falls sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Synonym-Map

Delete(ISynonymMapsOperations, String, SearchRequestOptions, AccessCondition)

Löscht eine Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Delete-Synonym-Map

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

Löscht eine Synonymzuordnung. https://docs.microsoft.com/rest/api/searchservice/Delete-Synonym-Map

Exists(ISynonymMapsOperations, String, SearchRequestOptions)

Bestimmt, ob die angegebene Synonymzuordnung im Suchdienst vorhanden ist oder nicht.

ExistsAsync(ISynonymMapsOperations, String, SearchRequestOptions, CancellationToken)

Bestimmt, ob die angegebene Synonymzuordnung im Suchdienst vorhanden ist oder nicht.

Get(ISynonymMapsOperations, String, SearchRequestOptions)

Ruft eine Synonymzuordnungsdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Synonym-Map

GetAsync(ISynonymMapsOperations, String, SearchRequestOptions, CancellationToken)

Ruft eine Synonymzuordnungsdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Synonym-Map

List(ISynonymMapsOperations, SearchRequestOptions)

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

ListAsync(ISynonymMapsOperations, SearchRequestOptions, CancellationToken)

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

Gilt für: