AppInsightsWebAppStackSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
<code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.
<code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.
Applies to
Azure SDK for .NET