ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions() |
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions クラスの新しいインスタンスを初期化します。 |
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions クラスの新しいインスタンスを初期化します。 |
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions()
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions クラスの新しいインスタンスを初期化します。
public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions();
Public Sub New ()
適用対象
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions クラスの新しいインスタンスを初期化します。
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)
パラメーター
- name
- String
規則名
- displayName
- String
UI に表示されるルール名
- description
- String
ルールの説明
- helpUrl
- String
プロアクティブ検出ルールに関する追加情報を表示する URL
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET