Compartilhar via


ClusterNotification Construtor

Definição

Inicializa uma nova instância 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))

Parâmetros

isEnabled
Boolean

Indica se a notificação está habilitada.

notificationCategory
ClusterNotificationCategory

A categoria de notificação.

notificationLevel
ClusterNotificationLevel

O nível de notificação.

notificationTargets
IEnumerable<ClusterNotificationTarget>

Lista de destinos que assinam a notificação.

Exceções

notificationTargets é nulo.

Aplica-se a