Show / Hide Table of Contents

Class InsightsState

Inheritance
System.Object
InputArgs
ResourceArgs
InsightsState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class InsightsState : ResourceArgs

Constructors

View Source

InsightsState()

Declaration
public InsightsState()

Properties

View Source

AppId

The App ID associated with this Application Insights component.

Declaration
public Input<string> AppId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ApplicationType

Specifies the type of Application Insights to create. Valid values are ios for iOS, java for Java web, MobileCenter for App Center, Node.JS for Node.js, other for General, phone for Windows Phone, store for Windows Store and web for ASP.NET. Please note these values are case sensitive; unmatched values are treated as ASP.NET by Azure. Changing this forces a new resource to be created.

Declaration
public Input<string> ApplicationType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DailyDataCapInGb

Specifies the Application Insights component daily data volume cap in GB.

Declaration
public Input<double> DailyDataCapInGb { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

DailyDataCapNotificationsDisabled

Specifies if a notification email will be send when the daily data volume cap is met.

Declaration
public Input<bool> DailyDataCapNotificationsDisabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DisableIpMasking

By default the real client ip is masked as 0.0.0.0 in the logs. Use this argument to disable masking and log the real client ip. Defaults to false.

Declaration
public Input<bool> DisableIpMasking { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

InstrumentationKey

The Instrumentation Key for this Application Insights component.

Declaration
public Input<string> InstrumentationKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Application Insights component. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the Application Insights component.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RetentionInDays

Specifies the retention period in days. Possible values are 30, 60, 90, 120, 180, 270, 365, 550 or 730. Defaults to 90.

Declaration
public Input<int> RetentionInDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SamplingPercentage

Specifies the percentage of the data produced by the monitored application that is sampled for Application Insights telemetry.

Declaration
public Input<double> SamplingPercentage { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.