ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Class

Definition

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

IJsonModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to