DeadLetterEndPointType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. DeadLetterEndPointType
- com.
- com.
public final class DeadLetterEndPointType
extends ExpandableStringEnum<DeadLetterEndPointType>
Type of the endpoint for the dead letter destination.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dead |
STORAGE_BLOB
Static value Storage |
Constructor Summary
| Constructor | Description |
|---|---|
| DeadLetterEndPointType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dead |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dead |
fromString(String name)
Creates or finds a Dead |
|
static
Collection<Dead |
values()
Gets known Dead |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
STORAGE_BLOB
public static final DeadLetterEndPointType STORAGE_BLOB
Static value StorageBlob for DeadLetterEndPointType.
Constructor Details
DeadLetterEndPointType
@Deprecated
public DeadLetterEndPointType()
Deprecated
Creates a new instance of DeadLetterEndPointType value.
Method Details
fromString
public static DeadLetterEndPointType fromString(String name)
Creates or finds a DeadLetterEndPointType from its string representation.
Parameters:
Returns:
values
public static Collection<DeadLetterEndPointType> values()
Gets known DeadLetterEndPointType values.
Returns: