Compartilhar via


AzureApplicationInsightsResource Constructors

Definition

Overloads

AzureApplicationInsightsResource(String, Action<AzureResourceInfrastructure>)

A resource that represents an Azure Application Insights resource.

AzureApplicationInsightsResource(String, Action<ResourceModuleConstruct>)

A resource that represents an Azure Application Insights resource.

AzureApplicationInsightsResource(String, Action<AzureResourceInfrastructure>)

Source:
AzureApplicationInsightsResource.cs

A resource that represents an Azure Application Insights resource.

public AzureApplicationInsightsResource (string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzureApplicationInsightsResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzureApplicationInsightsResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))

Parameters

name
String

The resource name.

configureInfrastructure
Action<AzureResourceInfrastructure>

Callback to configure the Azure Application Insights resource.

Applies to

AzureApplicationInsightsResource(String, Action<ResourceModuleConstruct>)

Source:
AzureApplicationInsightsResource.cs

A resource that represents an Azure Application Insights resource.

public AzureApplicationInsightsResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzureApplicationInsightsResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzureApplicationInsightsResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))

Parameters

name
String

The resource name.

configureConstruct
Action<ResourceModuleConstruct>

Callback to configure the Azure Application Insights resource.

Applies to