次の方法で共有


SearchIndexClient コンストラクター

定義

オーバーロード

SearchIndexClient(DelegatingHandler[])

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(ServiceClientCredentials, DelegatingHandler[])

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(HttpClient, Boolean)

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(HttpClientHandler, DelegatingHandler[])

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(ServiceClientCredentials, HttpClient, Boolean)

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(String, String, SearchCredentials)

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(String, String, SearchCredentials, HttpClientHandler, DelegatingHandler[])

SearchIndexClient クラスの新しいインスタンスを初期化します。

SearchIndexClient(DelegatingHandler[])

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

protected SearchIndexClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Search.SearchIndexClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Search.SearchIndexClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

パラメーター

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

適用対象

SearchIndexClient(ServiceClientCredentials, DelegatingHandler[])

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

public SearchIndexClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Search.SearchIndexClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Search.SearchIndexClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

handlers
DelegatingHandler[]

任意。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

SearchIndexClient(HttpClient, Boolean)

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

protected SearchIndexClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Search.SearchIndexClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Search.SearchIndexClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

パラメーター

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

True: SearchIndexClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません

適用対象

SearchIndexClient(HttpClientHandler, DelegatingHandler[])

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

protected SearchIndexClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Search.SearchIndexClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Search.SearchIndexClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

rootHandler
HttpClientHandler

省略可能。 http トランスポートを処理するために使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

適用対象

SearchIndexClient(ServiceClientCredentials, HttpClient, Boolean)

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

public SearchIndexClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Search.SearchIndexClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Search.SearchIndexClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

True: SearchIndexClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません

例外

必須パラメーターが null の場合にスローされます

適用対象

SearchIndexClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

ソース:
SearchIndexClient.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

public SearchIndexClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Search.SearchIndexClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Search.SearchIndexClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

rootHandler
HttpClientHandler

省略可能。 http トランスポートを処理するために使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

SearchIndexClient(String, String, SearchCredentials)

ソース:
SearchIndexClient.Customization.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

public SearchIndexClient (string searchServiceName, string indexName, Microsoft.Azure.Search.SearchCredentials credentials);
new Microsoft.Azure.Search.SearchIndexClient : string * string * Microsoft.Azure.Search.SearchCredentials -> Microsoft.Azure.Search.SearchIndexClient
Public Sub New (searchServiceName As String, indexName As String, credentials As SearchCredentials)

パラメーター

searchServiceName
String

必須。 検索サービスの名前。

indexName
String

必須。 検索インデックスの名前。

credentials
SearchCredentials

必須。 検索サービスに対する認証に使用される資格情報。 https://docs.microsoft.com/rest/api/searchservice/

適用対象

SearchIndexClient(String, String, SearchCredentials, HttpClientHandler, DelegatingHandler[])

ソース:
SearchIndexClient.Customization.cs

SearchIndexClient クラスの新しいインスタンスを初期化します。

public SearchIndexClient (string searchServiceName, string indexName, Microsoft.Azure.Search.SearchCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Search.SearchIndexClient : string * string * Microsoft.Azure.Search.SearchCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Search.SearchIndexClient
Public Sub New (searchServiceName As String, indexName As String, credentials As SearchCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

searchServiceName
String

必須。 検索サービスの名前。

indexName
String

必須。 検索インデックスの名前。

credentials
SearchCredentials

必須。 検索サービスに対する認証に使用される資格情報。 https://docs.microsoft.com/rest/api/searchservice/

rootHandler
HttpClientHandler

省略可能。 http トランスポートを処理するために使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに挿入するハンドラーの委任のセット。

適用対象