IndexesGetClientExtensions.GetClient(IIndexesOperations, String) メソッド

定義

特定のインデックス内のドキュメントのクエリと管理を行う新しいインデックス クライアントを作成します。

public static Microsoft.Azure.Search.ISearchIndexClient GetClient (this Microsoft.Azure.Search.IIndexesOperations operations, string indexName);
static member GetClient : Microsoft.Azure.Search.IIndexesOperations * string -> Microsoft.Azure.Search.ISearchIndexClient
<Extension()>
Public Function GetClient (operations As IIndexesOperations, indexName As String) As ISearchIndexClient

パラメーター

operations
IIndexesOperations

Search Serviceのインデックスの操作グループ。

indexName
String

インデックスの名前です。

戻り値

新しい SearchIndexClient インスタンス。

注釈

新しいクライアントは、インデックスへの完全な読み取り/書き込みアクセス権で構成されます。 クエリ操作にのみクライアントを使用する予定の場合は、代わりにインスタンスを SearchIndexClient 直接作成することをお勧めします。

適用対象