次の方法で共有


ClusterNotificationCategory 構造体

定義

通知のカテゴリ。

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

コンストラクター

ClusterNotificationCategory(String)

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

プロパティ

WaveProgress

ウェーブの進行状況に関する通知が行われます。

メソッド

Equals(ClusterNotificationCategory)

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

ToString()

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

演算子

Equality(ClusterNotificationCategory, ClusterNotificationCategory)

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

Implicit(String to ClusterNotificationCategory)

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

Inequality(ClusterNotificationCategory, ClusterNotificationCategory)

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

適用対象