ServiceCollectionExtensions 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.
Services collection extension methods for use when configuring Application Insights at startup.
public static class ServiceCollectionExtensions
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
- Inheritance
-
ServiceCollectionExtensions
Methods
AddBotApplicationInsights(IServiceCollection, BotConfiguration, String) |
Obsolete.
Adds and configures services for Application Insights to the IServiceCollection. |
AddBotApplicationInsights(IServiceCollection, IBotTelemetryClient, String) |
Adds and configures services for Application Insights to the IServiceCollection. |
AddBotApplicationInsights(IServiceCollection, IConfiguration) |
Adds and configures services for Application Insights to the IServiceCollection. |
AddBotApplicationInsights(IServiceCollection) |
Adds and configures services for Application Insights to the IServiceCollection. |