Partager via


IIndexersOperations.ExistsWithHttpMessagesAsync Méthode

Définition

Détermine si l’indexeur donné existe ou non dans le service de recherche.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> ExistsWithHttpMessagesAsync (string indexerName, 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 (indexerName 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))

Paramètres

indexerName
String

Nom de l'indexeur.

searchRequestOptions
SearchRequestOptions

Paramètres supplémentaires pour l’opération.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse avec la valeur true si l’indexeur existe ; false sinon.

Exceptions

Levée lorsque l’opération a retourné un code de status non valide.

Levée en cas d’impossibilité de désérialiser la réponse.

Levée lorsqu’un paramètre requis est null.

Levée lorsqu’un paramètre requis est null.

S’applique à