Freigeben über


ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Konstruktoren

Definition

Überlädt

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions()

Initialisiert eine neue instance der ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions-Klasse.

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

Initialisiert eine neue instance der ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions-Klasse.

ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions()

Initialisiert eine neue instance der ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions-Klasse.

public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions-Klasse.

public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions (string name = default, string displayName = default, string description = default, string helpUrl = default, bool? isHidden = default, bool? isEnabledByDefault = default, bool? isInPreview = default, bool? supportsEmailNotifications = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions : string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional helpUrl As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional isEnabledByDefault As Nullable(Of Boolean) = Nothing, Optional isInPreview As Nullable(Of Boolean) = Nothing, Optional supportsEmailNotifications As Nullable(Of Boolean) = Nothing)

Parameter

name
String

Den Regelnamen

displayName
String

Der Regelname, wie er auf der Benutzeroberfläche angezeigt wird

description
String

Die Regelbeschreibung

helpUrl
String

URL, die zusätzliche Informationen zur Proaktiven Erkennungsregel anzeigt

isHidden
Nullable<Boolean>

Ein Flag, das angibt, ob die Regel ausgeblendet ist (auf der Benutzeroberfläche)

isEnabledByDefault
Nullable<Boolean>

Ein Flag, das angibt, ob die Regel standardmäßig aktiviert ist.

isInPreview
Nullable<Boolean>

Ein Flag, das angibt, ob sich die Regel in der Vorschau befindet

supportsEmailNotifications
Nullable<Boolean>

Ein Flag, das angibt, ob E-Mail-Benachrichtigungen für Erkennungen für diese Regel unterstützt werden.

Gilt für: