Compartilhar via


ApplicationInsightsComponentProactiveDetectionConfiguration Construtores

Definição

Sobrecargas

ApplicationInsightsComponentProactiveDetectionConfiguration()

Inicializa uma nova instância da classe ApplicationInsightsComponentProactiveDetectionConfiguration.

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

Inicializa uma nova instância da classe ApplicationInsightsComponentProactiveDetectionConfiguration.

ApplicationInsightsComponentProactiveDetectionConfiguration()

Inicializa uma nova instância da classe ApplicationInsightsComponentProactiveDetectionConfiguration.

public ApplicationInsightsComponentProactiveDetectionConfiguration ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

name
String

O nome da regra

enabled
Nullable<Boolean>

Um sinalizador que indica se essa regra está habilitada pelo usuário

sendEmailsToSubscriptionOwners
Nullable<Boolean>

Um sinalizador que indica se as notificações nessa regra devem ser enviadas aos proprietários da assinatura

customEmails
IList<String>

Endereços de email personalizados para notificações dessa regra

lastUpdatedTime
String

A última vez que essa regra foi atualizada

ruleDefinitions
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

Definições estáticas da regra de configuração ProactiveDetection (mesmos valores para todos os componentes).

Aplica-se a