次の方法で共有


ClusterNotificationChannel 構造体

定義

通知チャネルは、通知にサブスクライブされている受信者の種類 (ユーザーまたはサブスクリプション) を示します。

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

コンストラクター

ClusterNotificationChannel(String)

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

プロパティ

EmailSubscription

サブスクリプション レシーバーの場合。 この場合、パラメーター レシーバーはクラスターのサブスクリプションのロールの一覧である必要があります (例:通知を受け取る所有者、AccountAdmin など)。

EmailUser

電子メール ユーザー レシーバーの場合。 この場合、パラメーター レシーバーは、通知を受信する電子メール アドレスの一覧である必要があります。

メソッド

Equals(ClusterNotificationChannel)

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

ToString()

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

演算子

Equality(ClusterNotificationChannel, ClusterNotificationChannel)

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

Implicit(String to ClusterNotificationChannel)

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

Inequality(ClusterNotificationChannel, ClusterNotificationChannel)

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

適用対象