Application Insights Component Proactive Detection Configuration Properties Rule Definitions Args
data class ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val helpUrl: Output<String>? = null, val isEnabledByDefault: Output<Boolean>? = null, val isHidden: Output<Boolean>? = null, val isInPreview: Output<Boolean>? = null, val name: Output<String>? = null, val supportsEmailNotifications: Output<Boolean>? = null) : ConvertibleToJava<ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs>
Static definitions of the ProactiveDetection configuration rule (same values for all components).
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, displayName: Output<String>? = null, helpUrl: Output<String>? = null, isEnabledByDefault: Output<Boolean>? = null, isHidden: Output<Boolean>? = null, isInPreview: Output<Boolean>? = null, name: Output<String>? = null, supportsEmailNotifications: Output<Boolean>? = null)
Properties
Link copied to clipboard
The rule description
Link copied to clipboard
The rule name as it is displayed in UI
Link copied to clipboard
A flag indicating whether the rule is enabled by default
Link copied to clipboard
A flag indicating whether the rule is in preview
Link copied to clipboard
A flag indicating whether email notifications are supported for detections for this rule