SearchIndexerClient.GetIndexerNames(CancellationToken) Méthode

Définition

Obtient une liste de tous les noms d’indexeur.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<string>> GetIndexerNames (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIndexerNames : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
override this.GetIndexerNames : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
Public Overridable Function GetIndexerNames (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of String))

Paramètres

cancellationToken
CancellationToken

Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.

Retours

à Response<T> partir du serveur contenant une liste de SearchIndexer noms.

Exceptions

Levée lorsqu’un échec est retourné par le service Search.

S’applique à