Skip to content
Docs Try Aspire

AzureApplicationInsightsResource Constructors

Class Constructors 1 member
A resource that represents an Azure Application Insights resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
A resource that represents an Azure Application Insights resource.
public class AzureApplicationInsightsResource
{
public AzureApplicationInsightsResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The resource name.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure Application Insights resource.