Partager via


ClusterNotificationLevel Structure

Définition

Niveau de notification.

public readonly struct ClusterNotificationLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel>
type ClusterNotificationLevel = struct
Public Structure ClusterNotificationLevel
Implements IEquatable(Of ClusterNotificationLevel)
Héritage
ClusterNotificationLevel
Implémente

Constructeurs

ClusterNotificationLevel(String)

Initialise une nouvelle instance de ClusterNotificationLevel.

Propriétés

All

Recevez toutes les notifications.

Critical

Recevez uniquement des notifications critiques.

Méthodes

Equals(ClusterNotificationLevel)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ClusterNotificationLevel, ClusterNotificationLevel)

Détermine si deux ClusterNotificationLevel valeurs sont identiques.

Implicit(String to ClusterNotificationLevel)

Convertit une chaîne en ClusterNotificationLevel.

Inequality(ClusterNotificationLevel, ClusterNotificationLevel)

Détermine si deux ClusterNotificationLevel valeurs ne sont pas identiques.

S’applique à