SearchIndexerClientHostExtensions 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 SearchIndexerClient to an IHostApplicationBuilder.
public static class SearchIndexerClientHostExtensions
type SearchIndexerClientHostExtensions = class
Public Module SearchIndexerClientHostExtensions
- Inheritance
-
SearchIndexerClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedSearchIndexerClient(IHostApplicationBuilder, String, String, Action<SearchIndexerClientSettings>) |
Adds a keyed singleton SearchIndexerClient to the IHostApplicationBuilder's service collection. |
| AddKeyedSearchIndexerClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton SearchIndexerClient to the IHostApplicationBuilder's service collection. |
| AddSearchIndexerClient(IHostApplicationBuilder, String, Action<SearchIndexerClientSettings>) |
Adds a singleton SearchIndexerClient to the IHostApplicationBuilder's service collection. |
| AddSearchIndexerClient(IHostApplicationBuilder, String) |
Adds a singleton SearchIndexerClient to the IHostApplicationBuilder's service collection. |