GetProactiveDetectionConfigurationResult

data class GetProactiveDetectionConfigurationResult(val customEmails: List<String>? = null, val enabled: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationResponseRuleDefinitions? = null, val sendEmailsToSubscriptionOwners: Boolean? = null)

Properties that define a ProactiveDetection configuration.

Constructors

Link copied to clipboard
constructor(customEmails: List<String>? = null, enabled: Boolean? = null, lastUpdatedTime: String? = null, name: String? = null, ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationResponseRuleDefinitions? = null, sendEmailsToSubscriptionOwners: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customEmails: List<String>? = null

Custom email addresses for this rule notifications

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard
val lastUpdatedTime: String? = null

The last time this rule was updated

Link copied to clipboard
val name: String? = null

The rule name

Link copied to clipboard

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