Share via


ApplicationInsightsComponent Constructor

Definition

Creates a new instance of the ApplicationInsightsComponentData class.

public ApplicationInsightsComponent (Azure.Provisioning.IConstruct scope, string kind = "web", string applicationType = "web", Azure.Provisioning.ResourceManager.ResourceGroup? parent = default, string name = "appinsights", string version = "2020-02-02", Azure.Core.AzureLocation? location = default);
new Azure.Provisioning.ApplicationInsights.ApplicationInsightsComponent : Azure.Provisioning.IConstruct * string * string * Azure.Provisioning.ResourceManager.ResourceGroup * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.Provisioning.ApplicationInsights.ApplicationInsightsComponent
Public Sub New (scope As IConstruct, Optional kind As String = "web", Optional applicationType As String = "web", Optional parent As ResourceGroup = Nothing, Optional name As String = "appinsights", Optional version As String = "2020-02-02", Optional location As Nullable(Of AzureLocation) = Nothing)

Parameters

scope
IConstruct

The scope.

kind
String

The kind.

applicationType
String

The application type.

parent
ResourceGroup

The parent.

name
String

The name.

version
String

The version.

location
Nullable<AzureLocation>

The location

Applies to