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 Summary
Fields Modifier and Type Field Description static DeadLetterEndPointTypeSTORAGE_BLOBStatic value StorageBlob for DeadLetterEndPointType.
-
Constructor Summary
Constructors Constructor Description DeadLetterEndPointType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeadLetterEndPointTypefromString(String name)Creates or finds a DeadLetterEndPointType from its string representation.static Collection<DeadLetterEndPointType>values()
-
-
-
Field Detail
-
STORAGE_BLOB
public static final DeadLetterEndPointType STORAGE_BLOB
Static value StorageBlob for 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.
-
values
public static Collection<DeadLetterEndPointType> values()
- Returns:
- known DeadLetterEndPointType values.
-
-