SearchIndexClientHostExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to add SearchIndexClient to an IHostApplicationBuilder.
public static class SearchIndexClientHostExtensions
type SearchIndexClientHostExtensions = class
Public Module SearchIndexClientHostExtensions
- Inheritance
-
SearchIndexClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedSearchIndexClient(IHostApplicationBuilder, String, String, Action<SearchIndexClientSettings>) |
Adds a keyed singleton SearchIndexClient to the IHostApplicationBuilder's service collection. |
| AddKeyedSearchIndexClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton SearchIndexClient to the IHostApplicationBuilder's service collection. |
| AddSearchIndexClient(IHostApplicationBuilder, String, Action<SearchIndexClientSettings>) |
Adds a singleton SearchIndexClient to the IHostApplicationBuilder's service collection. |
| AddSearchIndexClient(IHostApplicationBuilder, String) |
Adds a singleton SearchIndexClient to the IHostApplicationBuilder's service collection. |