Partager via


IndexesOperationsExtensions.ExistsAsync Méthode

Définition

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

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

Paramètres

operations
IIndexesOperations

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

indexName
String

Nom de l’index.

searchRequestOptions
SearchRequestOptions

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

true si l’index existe ; false Sinon.

S’applique à