Partilhar via


ClusterNotificationLevel Estrutura

Definição

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