ApplicationInsightsComponentProactiveDetectionConfiguration interface
Properties that define a ProactiveDetection configuration.
Properties
custom |
Custom email addresses for this rule notifications |
enabled | A flag that indicates whether this rule is enabled by the user |
last |
The last time this rule was updated |
name | The rule name |
rule |
Static definitions of the ProactiveDetection configuration rule (same values for all components). |
send |
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
Azure SDK for JavaScript