ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponse

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

Properties that define a ProactiveDetection configuration.

Constructors

constructor(customEmails: List<String>? = null, enabled: Boolean? = null, lastUpdatedTime: String, name: String, ruleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions? = 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

The last time this rule was updated

Link copied to clipboard

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