Compartir a través de


ClusterNotificationLevel Estructura

Definición

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