3 instantiations of AzureApplicationInsightsResource
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
108var resource = new AzureApplicationInsightsResource(name, configureInfrastructure);
Aspire.Hosting.Azure.Tests (2)
PublicApiTests\ApplicationInsightsPublicApiTests.cs (2)
63var action = () => new AzureApplicationInsightsResource(name, configureInfrastructure); 77var action = () => new AzureApplicationInsightsResource(name, configureInfrastructure);
11 references to AzureApplicationInsightsResource
Aspire.Hosting.Azure.ApplicationInsights (11)
AzureApplicationInsightsExtensions.cs (11)
23public static IResourceBuilder<AzureApplicationInsightsResource> AddAzureApplicationInsights(this IDistributedApplicationBuilder builder, [ResourceName] string name) 33public static IResourceBuilder<AzureApplicationInsightsResource> AddAzureApplicationInsights( 45var azureResource = (AzureApplicationInsightsResource)infrastructure.AspireResource; 108var resource = new AzureApplicationInsightsResource(name, configureInfrastructure); 124/// <param name="builder">The resource builder for <see cref="AzureApplicationInsightsResource"/>.</param> 127public static IResourceBuilder<AzureApplicationInsightsResource> WithLogAnalyticsWorkspace( 128this IResourceBuilder<AzureApplicationInsightsResource> builder, 137/// <param name="builder">The resource builder for <see cref="AzureApplicationInsightsResource"/>.</param> 140public static IResourceBuilder<AzureApplicationInsightsResource> WithLogAnalyticsWorkspace( 141this IResourceBuilder<AzureApplicationInsightsResource> builder,