次の方法で共有


ServiceAlertSeverity 構造体

定義

ServiceAlertSeverity。

public readonly struct ServiceAlertSeverity : IEquatable<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertSeverity>
type ServiceAlertSeverity = struct
Public Structure ServiceAlertSeverity
Implements IEquatable(Of ServiceAlertSeverity)
継承
ServiceAlertSeverity
実装

コンストラクター

ServiceAlertSeverity(String)

ServiceAlertSeverity の新しいインスタンスを初期化します。

プロパティ

Sev0

Sev0。

Sev1

Sev1。

Sev2

Sev2。

Sev3

Sev3。

Sev4

Sev4。

メソッド

Equals(ServiceAlertSeverity)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ServiceAlertSeverity, ServiceAlertSeverity)

2 つの ServiceAlertSeverity 値が同じかどうかを判断します。

Implicit(String to ServiceAlertSeverity)

文字列を ServiceAlertSeverity に変換します。

Inequality(ServiceAlertSeverity, ServiceAlertSeverity)

2 つの ServiceAlertSeverity 値が同じでないかどうかを判断します。

適用対象