Class NotificationDeliveryMechanism

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotificationDeliveryMechanism>
com.azure.resourcemanager.authorization.models.NotificationDeliveryMechanism

public final class NotificationDeliveryMechanism extends com.azure.core.util.ExpandableStringEnum<NotificationDeliveryMechanism>
The type of notification.
  • Field Details

  • Constructor Details

    • NotificationDeliveryMechanism

      @Deprecated public NotificationDeliveryMechanism()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NotificationDeliveryMechanism value.
  • Method Details

    • fromString

      public static NotificationDeliveryMechanism fromString(String name)
      Creates or finds a NotificationDeliveryMechanism from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NotificationDeliveryMechanism.
    • values

      public static Collection<NotificationDeliveryMechanism> values()
      Gets known NotificationDeliveryMechanism values.
      Returns:
      known NotificationDeliveryMechanism values.