ClusterNotificationLevel Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O nível de notificação.
public readonly struct ClusterNotificationLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel>
type ClusterNotificationLevel = struct
Public Structure ClusterNotificationLevel
Implements IEquatable(Of ClusterNotificationLevel)
- Herança
-
ClusterNotificationLevel
- Implementações
Construtores
ClusterNotificationLevel(String) |
Inicializa uma nova instância de ClusterNotificationLevel. |
Propriedades
All |
Receber todas as notificações. |
Critical |
Receba apenas notificações críticas. |
Métodos
Equals(ClusterNotificationLevel) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(ClusterNotificationLevel, ClusterNotificationLevel) |
Determina se dois ClusterNotificationLevel valores são os mesmos. |
Implicit(String to ClusterNotificationLevel) |
Converte uma cadeia de caracteres em um ClusterNotificationLevel. |
Inequality(ClusterNotificationLevel, ClusterNotificationLevel) |
Determina se dois ClusterNotificationLevel valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET