GetProactiveDetectionConfigurationResult

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)

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 id: String

Azure resource Id

Link copied to clipboard

The last time this rule was updated

Link copied to clipboard
val location: String? = null

Resource location

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

Link copied to clipboard

Azure resource type