SearchIndexClient.TargetDifferentIndex(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This method is deprecated. Please set the IndexName property instead.
Altera o BaseUri desse cliente para direcionar um índice diferente no mesmo serviço Azure Cognitive Search. Esse método não é thread-safe; Você deve garantir que nenhum outro thread esteja usando o cliente antes de chamá-lo.
[System.Obsolete("This method is deprecated. Please set the IndexName property instead.")]
public void TargetDifferentIndex (string newIndexName);
[<System.Obsolete("This method is deprecated. Please set the IndexName property instead.")>]
abstract member TargetDifferentIndex : string -> unit
override this.TargetDifferentIndex : string -> unit
Public Sub TargetDifferentIndex (newIndexName As String)
Parâmetros
- newIndexName
- String
O nome do índice para o qual todas as solicitações subsequentes devem ser enviadas.
Implementações
- Atributos
Aplica-se a
Azure SDK for .NET