Partager via


IndexersOperationsExtensions.Exists Méthode

Définition

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

public static bool Exists (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Exists : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions -> bool
<Extension()>
Public Function Exists (operations As IIndexersOperations, indexerName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing) As 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.

Retours

true si le fichier existe ; sinon, false.

S’applique à