Partager via


ClusterNotification Constructeur

Définition

Initialise une nouvelle instance de ClusterNotification.

public ClusterNotification (bool isEnabled, Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationCategory notificationCategory, Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel notificationLevel, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationTarget> notificationTargets);
new Azure.ResourceManager.ServiceFabric.Models.ClusterNotification : bool * Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationCategory * Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel * seq<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationTarget> -> Azure.ResourceManager.ServiceFabric.Models.ClusterNotification
Public Sub New (isEnabled As Boolean, notificationCategory As ClusterNotificationCategory, notificationLevel As ClusterNotificationLevel, notificationTargets As IEnumerable(Of ClusterNotificationTarget))

Paramètres

isEnabled
Boolean

Indique si la notification est activée.

notificationCategory
ClusterNotificationCategory

Catégorie de notification.

notificationLevel
ClusterNotificationLevel

Niveau de notification.

notificationTargets
IEnumerable<ClusterNotificationTarget>

Liste des cibles qui s’abonnent à la notification.

Exceptions

notificationTargets a la valeur null.

S’applique à