Partager via


IndexersOperationsExtensions.ExistsAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<bool> ExistsAsync (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ExistsAsync : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function ExistsAsync (operations As IIndexersOperations, indexerName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Paramètres

operations
IIndexersOperations

Groupe d’opérations pour cette méthode d’extension.

indexerName
String

Nom de l'indexeur.

searchRequestOptions
SearchRequestOptions

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

true si le fichier existe ; sinon, false.

S’applique à