SearchIndexClient.TargetDifferentIndex(String) Método

Definição

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