AzureApplicationInsightsExtensions 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.
Provides extension methods for adding the Azure ApplicationInsights resources to the application model.
public static class AzureApplicationInsightsExtensions
type AzureApplicationInsightsExtensions = class
Public Module AzureApplicationInsightsExtensions
- Inheritance
-
AzureApplicationInsightsExtensions
Methods
AddAzureApplicationInsights(IDistributedApplicationBuilder, String, Action<IResourceBuilder<AzureApplicationInsightsResource>,ResourceModuleConstruct, ApplicationInsightsComponent>) |
Adds an Azure Application Insights resource to the application model. |
AddAzureApplicationInsights(IDistributedApplicationBuilder, String, IResourceBuilder<AzureLogAnalyticsWorkspaceResource>, Action<IResourceBuilder<AzureApplicationInsightsResource>, ResourceModuleConstruct,ApplicationInsightsComponent>) |
Adds an Azure Application Insights resource to the application model. |
AddAzureApplicationInsights(IDistributedApplicationBuilder, String, IResourceBuilder<AzureLogAnalyticsWorkspaceResource>) |
Adds an Azure Application Insights resource to the application model. |
AddAzureApplicationInsights(IDistributedApplicationBuilder, String) |
Adds an Azure Application Insights resource to the application model. |