Udostępnij za pośrednictwem


ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Constructors

Definition

Overloads

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions()

Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions class.

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions class.

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions()

Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions class.

public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ();
Public Sub New ()

Applies to

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions class.

public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions (string name = default, string displayName = default, string description = default, string helpUrl = default, bool? isHidden = default, bool? isEnabledByDefault = default, bool? isInPreview = default, bool? supportsEmailNotifications = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions : string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional helpUrl As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional isEnabledByDefault As Nullable(Of Boolean) = Nothing, Optional isInPreview As Nullable(Of Boolean) = Nothing, Optional supportsEmailNotifications As Nullable(Of Boolean) = Nothing)

Parameters

name
String

The rule name

displayName
String

The rule name as it is displayed in UI

description
String

The rule description

helpUrl
String

URL which displays additional info about the proactive detection rule

isHidden
Nullable<Boolean>

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

isEnabledByDefault
Nullable<Boolean>

A flag indicating whether the rule is enabled by default

isInPreview
Nullable<Boolean>

A flag indicating whether the rule is in preview

supportsEmailNotifications
Nullable<Boolean>

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

Applies to