Get Proactive Detection Configuration Result
data class GetProactiveDetectionConfigurationResult(val customEmails: List<String>? = null, val enabled: Boolean? = null, val id: String, val lastUpdatedTime: String, val location: String? = null, val name: String, val ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions? = null, val sendEmailsToSubscriptionOwners: Boolean? = null, val type: String)
A ProactiveDetection configuration definition.
Constructors
Link copied to clipboard
constructor(customEmails: List<String>? = null, enabled: Boolean? = null, id: String, lastUpdatedTime: String, location: String? = null, name: String, ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions? = null, sendEmailsToSubscriptionOwners: Boolean? = null, type: String)
Properties
Link copied to clipboard
Custom email addresses for this rule notifications
Link copied to clipboard
The last time this rule was updated
Link copied to clipboard
val ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions? = null
Static definitions of the ProactiveDetection configuration rule (same values for all components).
Link copied to clipboard
A flag that indicated whether notifications on this rule should be sent to subscription owners