SearchIndexerClient.GetIndexerNames(CancellationToken) Método

Definición

Obtiene una lista de todos los nombres de indizador.

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))

Parámetros

cancellationToken
CancellationToken

Opcional CancellationToken para propagar las notificaciones que se deben cancelar en la operación.

Devoluciones

del Response<T> servidor que contiene una lista de SearchIndexer nombres.

Excepciones

Se produce cuando el servicio Search devuelve un error.

Se aplica a