Partager via


ApplicationInsightsComponentProactiveDetectionConfiguration Constructeurs

Définition

Surcharges

ApplicationInsightsComponentProactiveDetectionConfiguration()

Initialise une nouvelle instance de la classe ApplicationInsightsComponentProactiveDetectionConfiguration.

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

Initialise une nouvelle instance de la classe ApplicationInsightsComponentProactiveDetectionConfiguration.

ApplicationInsightsComponentProactiveDetectionConfiguration()

Initialise une nouvelle instance de la classe ApplicationInsightsComponentProactiveDetectionConfiguration.

public ApplicationInsightsComponentProactiveDetectionConfiguration ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ApplicationInsightsComponentProactiveDetectionConfiguration.

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)

Paramètres

name
String

Le nom de la règle

enabled
Nullable<Boolean>

Indicateur qui indique si cette règle est activée par l’utilisateur

sendEmailsToSubscriptionOwners
Nullable<Boolean>

Indicateur indiquant si des notifications sur cette règle doivent être envoyées aux propriétaires d’abonnement

customEmails
IList<String>

Adresses e-mail personnalisées pour les notifications de cette règle

lastUpdatedTime
String

La dernière fois que cette règle a été mise à jour

ruleDefinitions
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Définitions statiques de la règle de configuration ProactiveDetection (mêmes valeurs pour tous les composants).

S’applique à