次の方法で共有


SearchIndexClient.TargetDifferentIndex(String) メソッド

定義

注意事項

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

同じAzure Cognitive Search サービス内の別のインデックスをターゲットにするように、このクライアントの BaseUri を変更します。 このメソッドはスレッド セーフではありません。クライアントを呼び出す前に、他のスレッドでクライアントが使用されていないことを保証する必要があります。

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

パラメーター

newIndexName
String

後続のすべての要求の送信先となるインデックスの名前。

実装

属性

適用対象