Compartir a través de


NotificationDeliveryType Estructura

Definición

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

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