Partager via


ISkillsetsOperations.ExistsWithHttpMessagesAsync Méthode

Définition

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

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

skillsetName
String

Nom de l’ensemble de compétences.

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’ensemble de compétences existe ; false sinon.

S’applique à