AppInsightsWebAppStackSettings Class
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.
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 <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>. |
IsSupported |
Gets <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>. |