Class AppInsightsWebAppStackSettings


  • public final class AppInsightsWebAppStackSettings
    extends Object
    App Insights Web App stack settings.
    • Constructor Detail

      • AppInsightsWebAppStackSettings

        public AppInsightsWebAppStackSettings()
    • Method Detail

      • isSupported

        public Boolean isSupported()
        Get the isSupported property: <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.
        Returns:
        the isSupported value.
      • isDefaultOff

        public Boolean isDefaultOff()
        Get the isDefaultOff property: <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.
        Returns:
        the isDefaultOff value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.