NotificationDeliveryType 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í.
Tipo de notificación.
public readonly struct NotificationDeliveryType : IEquatable<Azure.ResourceManager.Authorization.Models.NotificationDeliveryType>
type NotificationDeliveryType = struct
Public Structure NotificationDeliveryType
Implements IEquatable(Of NotificationDeliveryType)
- Herencia
-
NotificationDeliveryType
- Implementaciones
Constructores
NotificationDeliveryType(String) |
Inicializa una nueva instancia de la clase NotificationDeliveryType. |
Propiedades
Email. |
Métodos
Equals(NotificationDeliveryType) |
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(NotificationDeliveryType, NotificationDeliveryType) |
Determina si dos NotificationDeliveryType valores son iguales. |
Implicit(String to NotificationDeliveryType) |
Convierte una cadena en un NotificationDeliveryType. |
Inequality(NotificationDeliveryType, NotificationDeliveryType) |
Determina si dos NotificationDeliveryType valores no son los mismos. |
Se aplica a
Azure SDK for .NET