Class NotificationChannelEventType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotificationChannelEventType>
com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType

public final class NotificationChannelEventType extends com.azure.core.util.ExpandableStringEnum<NotificationChannelEventType>
The event type for which this notification is enabled (i.e. AutoShutdown, Cost).
  • Field Details

  • Constructor Details

    • NotificationChannelEventType

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

    • fromString

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

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