ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static definitions of the ProactiveDetection configuration rule (same values for all components).
public class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>
type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = class
interface IJsonModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>
interface IPersistableModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>
Public Class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
Implements IJsonModel(Of ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions), IPersistableModel(Of ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions)
- Inheritance
-
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
- Implements
Constructors
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions() |
Initializes a new instance of ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions. |
Properties
Description |
The rule description. |
DisplayName |
The rule name as it is displayed in UI. |
HelpUri |
URL which displays additional info about the proactive detection rule. |
IsEmailNotificationsSupported |
A flag indicating whether email notifications are supported for detections for this rule. |
IsEnabledByDefault |
A flag indicating whether the rule is enabled by default. |
IsHidden |
A flag indicating whether the rule is hidden (from the UI). |
IsInPreview |
A flag indicating whether the rule is in preview. |
Name |
The rule name. |
SupportsEmailNotifications |
A flag indicating whether email notifications are supported for detections for this rule. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET