ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Constructors
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.
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
A flag indicating whether email notifications are supported for detections for this rule
Applies to
Azure SDK for .NET