Compartir a través de


SearchIndexClient.TargetDifferentIndex(String) Método

Definición

Precaución

This method is deprecated. Please set the IndexName property instead.

Cambia el Valor BaseUri de este cliente para que tenga como destino un índice diferente en el mismo servicio Azure Cognitive Search. Este método no es seguro para subprocesos; Debe garantizar que ningún otro subproceso use el cliente antes de llamarlo.

[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

Nombre del índice al que se deben enviar todas las solicitudes posteriores.

Implementaciones

Atributos

Se aplica a