ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
Ein Flag, das angibt, ob die Regel ausgeblendet ist (auf der Benutzeroberfläche)
Ein Flag, das angibt, ob die Regel standardmäßig aktiviert ist.
Ein Flag, das angibt, ob E-Mail-Benachrichtigungen für Erkennungen für diese Regel unterstützt werden.
Gilt für:
Azure SDK for .NET