共用方式為


ISearchManagementClient 介面

定義

可用來管理 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 或入口網站取得這個值。

適用於