ApplicationInsightsComponentProactiveDetectionConfiguration Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Um sinalizador que indica se as notificações nessa regra devem ser enviadas aos proprietários da assinatura
- lastUpdatedTime
- String
A última vez que essa regra foi atualizada
Definições estáticas da regra de configuração ProactiveDetection (mesmos valores para todos os componentes).
Aplica-se a
Azure SDK for .NET