ClusterNotificationLevel Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Nivel de notificación.
public readonly struct ClusterNotificationLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel>
type ClusterNotificationLevel = struct
Public Structure ClusterNotificationLevel
Implements IEquatable(Of ClusterNotificationLevel)
- Herencia
-
ClusterNotificationLevel
- Implementaciones
Constructores
ClusterNotificationLevel(String) |
Inicializa una nueva instancia de la clase ClusterNotificationLevel. |
Propiedades
All |
Recibir todas las notificaciones. |
Critical |
Solo recibe notificaciones críticas. |
Métodos
Equals(ClusterNotificationLevel) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(ClusterNotificationLevel, ClusterNotificationLevel) |
Determina si dos ClusterNotificationLevel valores son iguales. |
Implicit(String to ClusterNotificationLevel) |
Convierte una cadena en un ClusterNotificationLevel. |
Inequality(ClusterNotificationLevel, ClusterNotificationLevel) |
Determina si dos ClusterNotificationLevel valores no son los mismos. |
Se aplica a
Azure SDK for .NET