你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomSearchClient 类

定义

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

public class CustomSearchClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomSearchClient>, IDisposable, Microsoft.Azure.CognitiveServices.Search.CustomSearch.ICustomSearchClient
type CustomSearchClient = class
    inherit ServiceClient<CustomSearchClient>
    interface ICustomSearchClient
    interface IDisposable
Public Class CustomSearchClient
Inherits ServiceClient(Of CustomSearchClient)
Implements ICustomSearchClient, IDisposable
继承
实现

构造函数

CustomSearchClient(DelegatingHandler[])

初始化 CustomSearchClient 类的新实例。

CustomSearchClient(HttpClient, Boolean)

初始化 CustomSearchClient 类的新实例。

CustomSearchClient(HttpClientHandler, DelegatingHandler[])

初始化 CustomSearchClient 类的新实例。

CustomSearchClient(ServiceClientCredentials, DelegatingHandler[])

初始化 CustomSearchClient 类的新实例。

CustomSearchClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 CustomSearchClient 类的新实例。

CustomSearchClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 CustomSearchClient 类的新实例。

属性

Credentials

唯一标识客户端订阅的订阅凭据。

CustomInstance

获取 ICustomInstance。

DeserializationSettings

获取或设置 json 反序列化设置。

Endpoint

支持的认知服务终结点 (协议和主机名,例如:“https://westus.api.cognitive.microsoft.com"”https://api.cognitive.microsoft.com") 。

FirstMessageHandler

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
HttpClient

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
HttpClientHandler

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
HttpMessageHandlers

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
SerializationSettings

获取或设置 json 序列化设置。

UserAgent

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
Dispose()

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
Dispose(Boolean)

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
SetUserAgent(String)

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

(继承自 ServiceClient<T>)

适用于