Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Package version

interface

An interface representing ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions. Static definitions of the ProactiveDetection configuration rule (same values for all components).

Hierarchy

  • ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Index

Properties

Optional description

description: undefined | string
member

{string} [description] The rule description

Optional displayName

displayName: undefined | string
member

{string} [displayName] The rule name as it is displayed in UI

Optional helpUrl

helpUrl: undefined | string
member

{string} [helpUrl] URL which displays aditional info about the proactive detection rule

Optional isEnabledByDefault

isEnabledByDefault: undefined | false | true
member

{boolean} [isEnabledByDefault] A flag indicating whether the rule is enabled by default

Optional isHidden

isHidden: undefined | false | true
member

{boolean} [isHidden] A flag indicating whether the rule is hidden (from the UI)

Optional isInPreview

isInPreview: undefined | false | true
member

{boolean} [isInPreview] A flag indicating whether the rule is in preview

Optional name

name: undefined | string
member

{string} [name] The rule name

Optional supportsEmailNotifications

supportsEmailNotifications: undefined | false | true
member

{boolean} [supportsEmailNotifications] A flag indicating whether email notifications are supported for detections for this rule

Generated using TypeDoc