ApplicationInsightsComponentProactiveDetectionConfiguration 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
ApplicationInsightsComponentProactiveDetectionConfiguration() |
Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfiguration class. |
ApplicationInsightsComponentProactiveDetectionConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions) |
Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfiguration class. |
ApplicationInsightsComponentProactiveDetectionConfiguration()
Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfiguration class.
public ApplicationInsightsComponentProactiveDetectionConfiguration ();
Public Sub New ()
Applies to
ApplicationInsightsComponentProactiveDetectionConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions)
Initializes a new instance of the ApplicationInsightsComponentProactiveDetectionConfiguration class.
public ApplicationInsightsComponentProactiveDetectionConfiguration (string name = default, bool? enabled = default, bool? sendEmailsToSubscriptionOwners = default, System.Collections.Generic.IList<string> customEmails = default, string lastUpdatedTime = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration : string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration
Public Sub New (Optional name As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional sendEmailsToSubscriptionOwners As Nullable(Of Boolean) = Nothing, Optional customEmails As IList(Of String) = Nothing, Optional lastUpdatedTime As String = Nothing, Optional ruleDefinitions As ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = Nothing)
Parameters
- name
- String
The rule name
A flag that indicated whether notifications on this rule should be sent to subscription owners
- lastUpdatedTime
- String
The last time this rule was updated
Static definitions of the ProactiveDetection configuration rule (same values for all components).
Applies to
Azure SDK for .NET