ISynonymMapsOperations.ExistsWithHttpMessagesAsync Methode

Definition

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

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

Parameter

synonymMapName
String

Der Name der Synonymzuordnung.

searchRequestOptions
SearchRequestOptions

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

Eine Antwort mit dem Wert true , wenn die Synonymzuordnung vorhanden ist, false andernfalls.

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: