ApplicationInsightsComponentProactiveDetectionConfiguration Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Indicateur indiquant si des notifications sur cette règle doivent être envoyées aux propriétaires d’abonnement
- lastUpdatedTime
- String
La dernière fois que cette règle a été mise à jour
Définitions statiques de la règle de configuration ProactiveDetection (mêmes valeurs pour tous les composants).
S’applique à
Azure SDK for .NET