SelfHelpImportanceLevel 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
分析情報の重要度レベル。
public readonly struct SelfHelpImportanceLevel : IEquatable<Azure.ResourceManager.SelfHelp.Models.SelfHelpImportanceLevel>
type SelfHelpImportanceLevel = struct
Public Structure SelfHelpImportanceLevel
Implements IEquatable(Of SelfHelpImportanceLevel)
- 継承
-
SelfHelpImportanceLevel
- 実装
コンストラクター
SelfHelpImportanceLevel(String) |
SelfHelpImportanceLevel の新しいインスタンスを初期化します。 |
プロパティ
Critical |
診断の実行後に重要な分析情報が見つかりました。 |
Information |
診断の実行後に情報分析情報が見つかりました。 |
Warning |
診断の実行後に警告分析情報が見つかりました。 |
メソッド
Equals(SelfHelpImportanceLevel) |
現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。 |
ToString() |
このインスタンスの完全修飾型名を返します。 |
演算子
Equality(SelfHelpImportanceLevel, SelfHelpImportanceLevel) |
2 つの SelfHelpImportanceLevel 値が同じかどうかを判断します。 |
Implicit(String to SelfHelpImportanceLevel) |
文字列を SelfHelpImportanceLevel に変換します。 |
Inequality(SelfHelpImportanceLevel, SelfHelpImportanceLevel) |
2 つの SelfHelpImportanceLevel 値が同じでないかどうかを判断します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET