ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions

data class ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesResponseRuleDefinitions(val description: String? = null, val displayName: String? = null, val helpUrl: String? = null, val isEnabledByDefault: Boolean? = null, val isHidden: Boolean? = null, val isInPreview: Boolean? = null, val name: String? = null, val supportsEmailNotifications: Boolean? = null)

Static definitions of the ProactiveDetection configuration rule (same values for all components).

Constructors

constructor(description: String? = null, displayName: String? = null, helpUrl: String? = null, isEnabledByDefault: Boolean? = null, isHidden: Boolean? = null, isInPreview: Boolean? = null, name: String? = null, supportsEmailNotifications: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The rule description

Link copied to clipboard
val displayName: String? = null

The rule name as it is displayed in UI

Link copied to clipboard
val helpUrl: String? = null

URL which displays additional info about the proactive detection rule

Link copied to clipboard

A flag indicating whether the rule is enabled by default

Link copied to clipboard
val isHidden: Boolean? = null

A flag indicating whether the rule is hidden (from the UI)

Link copied to clipboard
val isInPreview: Boolean? = null

A flag indicating whether the rule is in preview

Link copied to clipboard
val name: String? = null

The rule name

Link copied to clipboard

A flag indicating whether email notifications are supported for detections for this rule