Class DeadLetterEndPointType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeadLetterEndPointType>
com.azure.resourcemanager.eventgrid.models.DeadLetterEndPointType

public final class DeadLetterEndPointType extends com.azure.core.util.ExpandableStringEnum<DeadLetterEndPointType>
Defines values for DeadLetterEndPointType.
  • Field Details

    • STORAGE_BLOB

      public static final DeadLetterEndPointType STORAGE_BLOB
      Static value StorageBlob for DeadLetterEndPointType.
  • Constructor Details

    • DeadLetterEndPointType

      public DeadLetterEndPointType()
  • Method Details

    • fromString

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

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