次の方法で共有


ClusterNotificationLevel 構造体

定義

通知のレベル。

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

コンストラクター

ClusterNotificationLevel(String)

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

プロパティ

All

すべての通知を受信します。

Critical

重要な通知のみを受信します。

メソッド

Equals(ClusterNotificationLevel)

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

ToString()

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

演算子

Equality(ClusterNotificationLevel, ClusterNotificationLevel)

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

Implicit(String to ClusterNotificationLevel)

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

Inequality(ClusterNotificationLevel, ClusterNotificationLevel)

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

適用対象