你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SearchCredentials 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于向搜索服务进行身份验证的凭据。 https://docs.microsoft.com/rest/api/searchservice/
public class SearchCredentials : Microsoft.Rest.ServiceClientCredentials
type SearchCredentials = class
inherit ServiceClientCredentials
Public Class SearchCredentials
Inherits ServiceClientCredentials
- 继承
注解
有关 Azure 认知搜索 中的 API 密钥的详细信息,请参阅 https://docs.microsoft.com/azure/search/search-security-api-keys 。
构造函数
SearchCredentials(String) |
使用查询密钥或管理密钥初始化 SearchCredentials 类的新实例。 如果应用程序不需要对搜索服务或索引的写入访问权限,请使用查询密钥。 |
属性
ApiKey |
用于向搜索服务进行身份验证的 api-key。 可以是仅用于查询的查询密钥,也可以是启用索引和文档管理的管理密钥。 |
方法
InitializeServiceClient<T>(ServiceClient<T>) |
用于向搜索服务进行身份验证的凭据。 https://docs.microsoft.com/rest/api/searchservice/ (继承自 ServiceClientCredentials) |
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) |
将凭据添加到给定的 HTTP 请求。 |