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