Share via


AppInsightsWebAppStackSettings Class

Definition

App Insights Web App stack settings.

public class AppInsightsWebAppStackSettings
type AppInsightsWebAppStackSettings = class
Public Class AppInsightsWebAppStackSettings
Inheritance
AppInsightsWebAppStackSettings

Constructors

AppInsightsWebAppStackSettings()

Initializes a new instance of the AppInsightsWebAppStackSettings class.

AppInsightsWebAppStackSettings(Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the AppInsightsWebAppStackSettings class.

Properties

IsDefaultOff

Gets &lt;code&gt;true&lt;/code&gt; if Application Insights is disabled by default for the stack; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsSupported

Gets &lt;code&gt;true&lt;/code&gt; if remote Application Insights is supported for the stack; otherwise, &lt;code&gt;false&lt;/code&gt;.

Applies to