你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SearchIndexClient.TargetDifferentIndex(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This method is deprecated. Please set the IndexName property instead.
更改此客户端的 BaseUri,以针对同一Azure 认知搜索服务中的不同索引。 此方法不是线程安全的;在调用客户端之前,必须保证没有其他线程正在使用客户端。
[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
应向其发送所有后续请求的索引的名称。
实现
- 属性