你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISearchManagementClient 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可用于管理 Azure 搜索服务和 API 密钥的客户端。
public interface ISearchManagementClient : IDisposable
type ISearchManagementClient = interface
interface IDisposable
Public Interface ISearchManagementClient
Implements IDisposable
- 派生
- 实现
属性
AcceptLanguage |
获取或设置响应的首选语言。 |
AdminKeys |
获取 IAdminKeysOperations。 |
ApiVersion |
要用于每个请求的 API 版本。 当前版本为 2015-08-19。 |
BaseUri |
服务的基 URI。 |
Credentials |
客户端连接到 Azure 所需的凭据。 |
DeserializationSettings |
获取或设置 json 反序列化设置。 |
GenerateClientRequestId |
当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认值为 true。 |
LongRunningOperationRetryTimeout |
获取或设置长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。 |
QueryKeys |
获取 IQueryKeysOperations。 |
SerializationSettings |
获取或设置 json 序列化设置。 |
Services |
获取 IServicesOperations。 |
SubscriptionId |
Microsoft Azure 订阅的唯一标识符。 可以从 Azure 资源管理器 API 或门户获取此值。 |