次の方法で共有


ISearchManagementClient インターフェイス

定義

Azure Search サービスと 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 またはポータルから取得できます。

適用対象