SearchIndexClient.TargetDifferentIndex(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This method is deprecated. Please set the IndexName property instead.
Modifie le BaseUri de ce client pour qu’il cible un autre index dans le même service Recherche cognitive Azure. Cette méthode n’est PAS thread-safe ; Vous devez garantir qu’aucun autre thread n’utilise le client avant de l’appeler.
[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)
Paramètres
- newIndexName
- String
Nom de l’index auquel toutes les demandes suivantes doivent être envoyées.
Implémente
- Attributs
S’applique à
Azure SDK for .NET