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

CustomInstance 类

定义

CustomInstance 操作。

public class CustomInstance : Microsoft.Azure.CognitiveServices.Search.CustomSearch.ICustomInstance, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomSearchClient>
type CustomInstance = class
    interface IServiceOperations<CustomSearchClient>
    interface ICustomInstance
Public Class CustomInstance
Implements ICustomInstance, IServiceOperations(Of CustomSearchClient)
继承
CustomInstance
实现

构造函数

CustomInstance(CustomSearchClient)

初始化 CustomInstance 类的新实例。

属性

Client

获取对 CustomSearchClient 的引用

方法

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Boolean>, String, Dictionary<String, List<String>>, CancellationToken)

自定义搜索 API 允许你向必应发送搜索查询,并取回在 Web 自定义视图中找到的网页。

扩展方法

SearchAsync(ICustomInstance, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Boolean>, String, CancellationToken)

自定义搜索 API 允许你向必应发送搜索查询,并取回在 Web 自定义视图中找到的网页。

适用于