次の方法で共有


ClusterNotificationTarget コンストラクター

定義

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

public ClusterNotificationTarget (Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationChannel notificationChannel, System.Collections.Generic.IEnumerable<string> receivers);
new Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationTarget : Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationChannel * seq<string> -> Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationTarget
Public Sub New (notificationChannel As ClusterNotificationChannel, receivers As IEnumerable(Of String))

パラメーター

notificationChannel
ClusterNotificationChannel

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

receivers
IEnumerable<String>

通知をサブスクライブするターゲットの一覧。

例外

receivers が null です。

適用対象