共用方式為


ApplicationInsightsComponentProactiveDetectionConfiguration Constructors

Definition

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

enabled
Nullable<Boolean>

A flag that indicates whether this rule is enabled by the user

sendEmailsToSubscriptionOwners
Nullable<Boolean>

A flag that indicated whether notifications on this rule should be sent to subscription owners

customEmails
IList<String>

Custom email addresses for this rule notifications

lastUpdatedTime
String

The last time this rule was updated

ruleDefinitions
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Static definitions of the ProactiveDetection configuration rule (same values for all components).

Applies to