Class DeadLetterEndPointType


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

      • STORAGE_BLOB

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

      • DeadLetterEndPointType

        public DeadLetterEndPointType()
    • Method Detail

      • 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.