StorageBlobDeadLetterDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. DeadLetterDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. StorageBlobDeadLetterDestination
- com.
- com.
public class StorageBlobDeadLetterDestination
extends DeadLetterDestination
Information about the storage blob based dead letter destination.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageBlobDeadLetterDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
blobContainerName()
Get the name of the Storage blob container that is the destination of the deadletter events. |
| java.lang.String |
resourceId()
Get the Azure Resource ID of the storage account that is the destination of the deadletter events. |
|
Storage |
withBlobContainerName(String blobContainerName)
Set the name of the Storage blob container that is the destination of the deadletter events. |
|
Storage |
withResourceId(String resourceId)
Set the Azure Resource ID of the storage account that is the destination of the deadletter events. |
Methods inherited from java.lang.Object
Constructor Details
StorageBlobDeadLetterDestination
public StorageBlobDeadLetterDestination()
Method Details
blobContainerName
public String blobContainerName()
Get the name of the Storage blob container that is the destination of the deadletter events.
Returns:
resourceId
public String resourceId()
Get the Azure Resource ID of the storage account that is the destination of the deadletter events.
Returns:
withBlobContainerName
public StorageBlobDeadLetterDestination withBlobContainerName(String blobContainerName)
Set the name of the Storage blob container that is the destination of the deadletter events.
Parameters:
Returns:
withResourceId
public StorageBlobDeadLetterDestination withResourceId(String resourceId)
Set the Azure Resource ID of the storage account that is the destination of the deadletter events.
Parameters:
Returns: