ClusterNotificationLevel Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET