ApplicationInsightsComponentProactiveDetectionConfiguration interface

Properties that define a ProactiveDetection configuration.

Extends

Properties

customEmails

Custom email addresses for this rule notifications

enabled

A flag that indicates whether this rule is enabled by the user

lastUpdatedTime

The last time this rule was updated

name

The rule name

ruleDefinitions

Static definitions of the ProactiveDetection configuration rule (same values for all components).

sendEmailsToSubscriptionOwners

A flag that indicated whether notifications on this rule should be sent to subscription owners

Property Details

customEmails

Custom email addresses for this rule notifications

customEmails?: string[]

Property Value

string[]

enabled

A flag that indicates whether this rule is enabled by the user

enabled?: boolean

Property Value

boolean

lastUpdatedTime

The last time this rule was updated

lastUpdatedTime?: string

Property Value

string

name

The rule name

name?: string

Property Value

string

ruleDefinitions

Static definitions of the ProactiveDetection configuration rule (same values for all components).

ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Property Value

sendEmailsToSubscriptionOwners

A flag that indicated whether notifications on this rule should be sent to subscription owners

sendEmailsToSubscriptionOwners?: boolean

Property Value

boolean