ISynonymMapsOperations.CreateOrUpdateWithHttpMessagesAsync Methode

Definition

Überlädt

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

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.SynonymMap>> CreateOrUpdateWithHttpMessagesAsync (Microsoft.Azure.Search.Models.SynonymMap synonymMap, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : Microsoft.Azure.Search.Models.SynonymMap * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.SynonymMap>>
Public Function CreateOrUpdateWithHttpMessagesAsync (synonymMap As SynonymMap, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SynonymMap))

Parameter

synonymMap
SynonymMap

Die Definition der zu erstellenden oder zu aktualisierenden Synonymzuordnung.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang.

accessCondition
AccessCondition

Zusätzliche Parameter für den Vorgang.

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ein Antwortobjekt, das den Antworttext und die Antwortheader enthält.

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist.

Gilt für:

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.SynonymMap>> CreateOrUpdateWithHttpMessagesAsync (string synonymMapName, Microsoft.Azure.Search.Models.SynonymMap synonymMap, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * Microsoft.Azure.Search.Models.SynonymMap * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.SynonymMap>>
Public Function CreateOrUpdateWithHttpMessagesAsync (synonymMapName As String, synonymMap As SynonymMap, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SynonymMap))

Parameter

synonymMapName
String

Der Name der zu erstellenden oder zu aktualisierenden Synonymzuordnung.

synonymMap
SynonymMap

Die Definition der zu erstellenden oder zu aktualisierenden Synonymzuordnung.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang

accessCondition
AccessCondition

Zusätzliche Parameter für den Vorgang

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: