SearchIndexClient Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SearchIndexClient(DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(ServiceClientCredentials, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(HttpClient, Boolean) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(ServiceClientCredentials, HttpClient, Boolean) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(String, String, SearchCredentials) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(String, String, SearchCredentials, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SearchIndexClient. |
SearchIndexClient(DelegatingHandler[])
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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())
Paramètres
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
SearchIndexClient(ServiceClientCredentials, DelegatingHandler[])
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
SearchIndexClient(HttpClient, Boolean)
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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)
Paramètres
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprimera le httpClient fourni lors de l’appel de SearchIndexClient.Dispose(). False : ne supprimera pas httpClient fourni
S’applique à
SearchIndexClient(HttpClientHandler, DelegatingHandler[])
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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())
Paramètres
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
SearchIndexClient(ServiceClientCredentials, HttpClient, Boolean)
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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)
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprimera le httpClient fourni lors de l’appel de SearchIndexClient.Dispose(). False : ne supprimera pas httpClient fourni
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
SearchIndexClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
- Source:
- SearchIndexClient.cs
Initialise une nouvelle instance de la classe 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())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
SearchIndexClient(String, String, SearchCredentials)
Initialise une nouvelle instance de la classe 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)
Paramètres
- searchServiceName
- String
Obligatoire. Nom du service de recherche.
- indexName
- String
Obligatoire. Nom de l’index de recherche.
- credentials
- SearchCredentials
Obligatoire. Informations d’identification utilisées pour l’authentification auprès d’un service de recherche. https://docs.microsoft.com/rest/api/searchservice/
S’applique à
SearchIndexClient(String, String, SearchCredentials, HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe 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())
Paramètres
- searchServiceName
- String
Obligatoire. Nom du service de recherche.
- indexName
- String
Obligatoire. Nom de l’index de recherche.
- credentials
- SearchCredentials
Obligatoire. Informations d’identification utilisées pour l’authentification auprès d’un service de recherche. https://docs.microsoft.com/rest/api/searchservice/
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Ensemble de gestionnaires de délégation à insérer dans le pipeline client http.
S’applique à
Azure SDK for .NET