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