Share via


AppInsightsWebAppStackSettings Constructors

Definition

Overloads

AppInsightsWebAppStackSettings()

Initializes a new instance of the AppInsightsWebAppStackSettings class.

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

Initializes a new instance of the AppInsightsWebAppStackSettings class.

AppInsightsWebAppStackSettings()

Initializes a new instance of the AppInsightsWebAppStackSettings class.

public AppInsightsWebAppStackSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AppInsightsWebAppStackSettings class.

public AppInsightsWebAppStackSettings (bool? isSupported = default, bool? isDefaultOff = default);
new Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings
Public Sub New (Optional isSupported As Nullable(Of Boolean) = Nothing, Optional isDefaultOff As Nullable(Of Boolean) = Nothing)

Parameters

isSupported
Nullable<Boolean>

<code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.

isDefaultOff
Nullable<Boolean>

<code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.

Applies to